[Bug 2049] Request for a configurable option for SFTP to display login information to the user after a successful login.

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Fri Nov 23 11:26:59 EST 2012


https://bugzilla.mindrot.org/show_bug.cgi?id=2049

--- Comment #2 from Darren Tucker <dtucker at zip.com.au> ---
Created attachment 2194
  --> https://bugzilla.mindrot.org/attachment.cgi?id=2194&action=edit
Always send PAM auth+account messages via banner

Here's one way you could do it: get sshd to always send the PAM account
messages.  You'd need pam_lastlog.so or equivalent in the PAM config,
eg:

account    required     pam_lastlog.so

however in the case of linuxpam, pam_lastlog only supports "session" .

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.


More information about the openssh-bugs mailing list