components/openssh/patches/003-last_login.patch
changeset 7649 69d7508f0d66
parent 5826 9c90e4a8156c
equal deleted inserted replaced
7648:20e09cf3cfaa 7649:69d7508f0d66
    16 # this as unsupported and update the man page here.
    16 # this as unsupported and update the man page here.
    17 #
    17 #
    18 diff -pur old/sshd_config.5 new/sshd_config.5
    18 diff -pur old/sshd_config.5 new/sshd_config.5
    19 --- old/sshd_config.5
    19 --- old/sshd_config.5
    20 +++ new/sshd_config.5
    20 +++ new/sshd_config.5
    21 @@ -1300,8 +1300,8 @@ Specifies whether
    21 @@ -1260,8 +1260,8 @@ Specifies whether
    22  .Xr sshd 8
    22  .Xr sshd 8
    23  should print the date and time of the last user login when a user logs
    23  should print the date and time of the last user login when a user logs
    24  in interactively.
    24  in interactively.
    25 -The default is
    25 -The default is
    26 -.Dq yes .
    26 -.Cm yes .
    27 +On Solaris this option is always ignored since pam_unix_session(7)
    27 +On Solaris this option is always ignored since pam_unix_session(7)
    28 +reports the last login time.
    28 +reports the last login time.
    29  .It Cm PrintMotd
    29  .It Cm PrintMotd
    30  Specifies whether
    30  Specifies whether
    31  .Xr sshd 8
    31  .Xr sshd 8
    32 @@ -1721,7 +1721,8 @@ This file should be writable by root onl
    32 @@ -1667,7 +1667,8 @@ This file should be writable by root onl
    33  (though not necessary) that it be world-readable.
       
    34  .El
    33  .El
    35  .Sh SEE ALSO
    34  .Sh SEE ALSO
       
    35  .Xr sftp-server 8 ,
    36 -.Xr sshd 8
    36 -.Xr sshd 8
    37 +.Xr sshd 8 ,
    37 +.Xr sshd 8 ,
    38 +.Xr pam_unix_session 7
    38 +.Xr pam_unix_session 7
    39  .Sh AUTHORS
    39  .Sh AUTHORS
       
    40  .An -nosplit
    40  OpenSSH is a derivative of the original and free
    41  OpenSSH is a derivative of the original and free
    41  ssh 1.2.12 release by Tatu Ylonen.