summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2004-11-05 20:06:59 +1100
committerDarren Tucker <dtucker@zip.com.au>2004-11-05 20:06:59 +1100
commit7cc5c23817e35938a1004e6815936f8e7baa94a2 (patch)
tree7385457af2e9f5a5d91c3aa1677d9becc1512126
parente9bf98412e41a9f18beb9c3e842d02259ddd8c67 (diff)
- jaredy@cvs.openbsd.org 2004/09/15 03:25:41
[sshd_config.5] mention PrintLastLog only prints last login time for interactive sessions, like PrintMotd mentions. From Michael Knudsen, with wording changed slightly to match the PrintMotd description. ok djm
-rw-r--r--ChangeLog9
-rw-r--r--sshd_config.55
2 files changed, 11 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 1363c37ce..6316a4de0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -16,6 +16,13 @@
16 [ssh.c] 16 [ssh.c]
17 /* fallthrough */ is something a programmer understands. But 17 /* fallthrough */ is something a programmer understands. But
18 /* FALLTHROUGH */ is also understood by lint, so that is better. 18 /* FALLTHROUGH */ is also understood by lint, so that is better.
19 - jaredy@cvs.openbsd.org 2004/09/15 03:25:41
20 [sshd_config.5]
21 mention PrintLastLog only prints last login time for interactive
22 sessions, like PrintMotd mentions.
23 From Michael Knudsen, with wording changed slightly to match the
24 PrintMotd description.
25 ok djm
19 26
2020041102 2720041102
21 - (dtucker) [configure.ac includes.h] Bug #947: Fix compile error on HP-UX 28 - (dtucker) [configure.ac includes.h] Bug #947: Fix compile error on HP-UX
@@ -1795,4 +1802,4 @@
1795 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 1802 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
1796 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 1803 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
1797 1804
1798$Id: ChangeLog,v 1.3566 2004/11/05 09:05:32 dtucker Exp $ 1805$Id: ChangeLog,v 1.3567 2004/11/05 09:06:59 dtucker Exp $
diff --git a/sshd_config.5 b/sshd_config.5
index 09532fb8d..50b9a89b1 100644
--- a/sshd_config.5
+++ b/sshd_config.5
@@ -34,7 +34,7 @@
34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36.\" 36.\"
37.\" $OpenBSD: sshd_config.5,v 1.35 2004/06/26 09:14:40 jmc Exp $ 37.\" $OpenBSD: sshd_config.5,v 1.36 2004/09/15 03:25:41 jaredy Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSHD_CONFIG 5 39.Dt SSHD_CONFIG 5
40.Os 40.Os
@@ -516,7 +516,8 @@ See also
516.It Cm PrintLastLog 516.It Cm PrintLastLog
517Specifies whether 517Specifies whether
518.Nm sshd 518.Nm sshd
519should print the date and time when the user last logged in. 519should print the date and time of the last user login when a user logs
520in interactively.
520The default is 521The default is
521.Dq yes . 522.Dq yes .
522.It Cm PrintMotd 523.It Cm PrintMotd