unleashed-userland README
[unleashed-userland.git] / components / network / openssh / patches / 0004-lastlogin.patch
blobccde3d8c6495a151fbbb6f145657442dafba6293
1 --- openssh-7.4p1.orig/sshd_config.5 Mon Dec 19 06:59:41 2016
2 +++ openssh-7.4p1/sshd_config.5 Wed Dec 21 12:03:05 2016
3 @@ -1260,8 +1260,9 @@
4 .Xr sshd 8
5 should print the date and time of the last user login when a user logs
6 in interactively.
7 -The default is
8 -.Cm yes .
9 +This option is ignored on illumos, since
10 +.Xr pam_unix_session 5
11 +prints the last login time.
12 .It Cm PrintMotd
13 Specifies whether
14 .Xr sshd 8
15 @@ -1666,6 +1667,7 @@
16 (though not necessary) that it be world-readable.
17 .El
18 .Sh SEE ALSO
19 +.Xr pam_unix_session 5,
20 .Xr sftp-server 8 ,
21 .Xr sshd 8
22 .Sh AUTHORS