diff options
author | 2001-03-25 13:16:10 +0000 | |
---|---|---|
committer | 2001-03-25 13:16:10 +0000 | |
commit | d20adc99eea9165b8bb85236183f13a9d70c8623 (patch) | |
tree | 86837e63cbb0ac7c815238df7f72e96f633e313d /usr.bin/ssh/sshd_config | |
parent | Minor mods to DMA interface - get rid of unnecessary args. Allow DMA functions to return status flags. (diff) | |
download | wireguard-openbsd-d20adc99eea9165b8bb85236183f13a9d70c8623.tar.xz wireguard-openbsd-d20adc99eea9165b8bb85236183f13a9d70c8623.zip |
PrintLastLog option; from chip@valinux.com with some minor
changes by me. ok markus@
Diffstat (limited to 'usr.bin/ssh/sshd_config')
-rw-r--r-- | usr.bin/ssh/sshd_config | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/ssh/sshd_config b/usr.bin/ssh/sshd_config index 60e4e11c33a..24e8f336ba5 100644 --- a/usr.bin/ssh/sshd_config +++ b/usr.bin/ssh/sshd_config @@ -1,4 +1,4 @@ -# $OpenBSD: sshd_config,v 1.34 2001/02/24 10:37:26 deraadt Exp $ +# $OpenBSD: sshd_config,v 1.35 2001/03/25 13:16:11 stevesk Exp $ # This is the sshd server system-wide configuration file. See sshd(8) # for more information. @@ -23,6 +23,7 @@ StrictModes yes X11Forwarding no X11DisplayOffset 10 PrintMotd yes +#PrintLastLog no KeepAlive yes # Logging |