- mouring@cvs.openbsd.org 2001/09/20 20:57:51
[sshd_config] CheckMail removed. OKed stevesk@
This commit is contained in:
parent
f558cf6580
commit
15da033b34
|
@ -12,6 +12,9 @@
|
|||
[compat.c compat.h ssh.c]
|
||||
bug compat: request a dummy channel for -N (no shell) sessions +
|
||||
cleanup; vinschen@redhat.com
|
||||
- mouring@cvs.openbsd.org 2001/09/20 20:57:51
|
||||
[sshd_config]
|
||||
CheckMail removed. OKed stevesk@
|
||||
|
||||
20010919
|
||||
- (bal) OpenBSD Sync
|
||||
|
@ -6545,4 +6548,4 @@
|
|||
- Wrote replacements for strlcpy and mkdtemp
|
||||
- Released 1.0pre1
|
||||
|
||||
$Id: ChangeLog,v 1.1553 2001/09/20 23:13:49 mouring Exp $
|
||||
$Id: ChangeLog,v 1.1554 2001/09/20 23:15:44 mouring Exp $
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $OpenBSD: sshd_config,v 1.41 2001/06/22 21:55:50 markus Exp $
|
||||
# $OpenBSD: sshd_config,v 1.42 2001/09/20 20:57:51 mouring Exp $
|
||||
|
||||
# This sshd was compiled with PATH=/usr/bin:/bin:/usr/sbin:/sbin
|
||||
|
||||
|
@ -71,7 +71,6 @@ X11DisplayOffset 10
|
|||
PrintMotd yes
|
||||
#PrintLastLog no
|
||||
KeepAlive yes
|
||||
#CheckMail yes
|
||||
#UseLogin no
|
||||
|
||||
#MaxStartups 10:30:60
|
||||
|
|
Loading…
Reference in New Issue