mirror of
git://anongit.mindrot.org/openssh.git
synced 2024-11-24 10:53:24 +08:00
- (stevesk) sshd_config: sync
This commit is contained in:
parent
50c9c207cf
commit
8ee4f69560
@ -28,6 +28,7 @@
|
|||||||
- (bal) removed news4-posix.h (now empty)
|
- (bal) removed news4-posix.h (now empty)
|
||||||
- (bal) changed bsd-bindresvport.c and bsd-rresvport.c to use 'socklen_t'
|
- (bal) changed bsd-bindresvport.c and bsd-rresvport.c to use 'socklen_t'
|
||||||
instead of 'int'
|
instead of 'int'
|
||||||
|
- (stevesk) sshd_config: sync
|
||||||
|
|
||||||
20010108
|
20010108
|
||||||
- (bal) Fixed another typo in cli.c
|
- (bal) Fixed another typo in cli.c
|
||||||
|
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
Port 22
|
Port 22
|
||||||
#Protocol 2,1
|
#Protocol 2,1
|
||||||
ListenAddress 0.0.0.0
|
#ListenAddress 0.0.0.0
|
||||||
#ListenAddress ::
|
#ListenAddress ::
|
||||||
HostKey /etc/ssh_host_key
|
HostKey /etc/ssh_host_key
|
||||||
HostKey /etc/ssh_host_rsa_key
|
|
||||||
HostKey /etc/ssh_host_dsa_key
|
HostKey /etc/ssh_host_dsa_key
|
||||||
|
#HostKey /etc/ssh_host_rsa_key
|
||||||
ServerKeyBits 768
|
ServerKeyBits 768
|
||||||
LoginGraceTime 600
|
LoginGraceTime 600
|
||||||
KeyRegenerationInterval 3600
|
KeyRegenerationInterval 3600
|
||||||
@ -23,7 +23,7 @@ PrintMotd yes
|
|||||||
KeepAlive yes
|
KeepAlive yes
|
||||||
|
|
||||||
# Logging
|
# Logging
|
||||||
SyslogFacility AUTHPRIV
|
SyslogFacility AUTH
|
||||||
LogLevel INFO
|
LogLevel INFO
|
||||||
#obsoletes QuietMode and FascistLogging
|
#obsoletes QuietMode and FascistLogging
|
||||||
|
|
||||||
@ -50,7 +50,7 @@ PermitEmptyPasswords no
|
|||||||
# Kerberos TGT Passing does only work with the AFS kaserver
|
# Kerberos TGT Passing does only work with the AFS kaserver
|
||||||
#KerberosTgtPassing yes
|
#KerberosTgtPassing yes
|
||||||
|
|
||||||
CheckMail no
|
#CheckMail yes
|
||||||
#UseLogin no
|
#UseLogin no
|
||||||
|
|
||||||
# Uncomment if you want to enable sftp
|
# Uncomment if you want to enable sftp
|
||||||
|
Loading…
Reference in New Issue
Block a user