server: Remove deprecated sshd config options
This commit is contained in:
parent
8b938fba25
commit
e13e2aa270
1 changed files with 0 additions and 6 deletions
|
@ -4,21 +4,16 @@ Protocol 2
|
|||
HostKey /etc/ssh/ssh_host_rsa_key
|
||||
HostKey /etc/ssh/ssh_host_ecdsa_key
|
||||
HostKey /etc/ssh/ssh_host_ed25519_key
|
||||
UsePrivilegeSeparation yes
|
||||
|
||||
KeyRegenerationInterval 3600
|
||||
ServerKeyBits 768
|
||||
SyslogFacility AUTH
|
||||
LogLevel INFO
|
||||
LoginGraceTime 120
|
||||
PermitRootLogin without-password
|
||||
StrictModes yes
|
||||
RSAAuthentication yes
|
||||
PubkeyAuthentication yes
|
||||
AuthorizedKeysFile %h/.ssh/authorized_keys
|
||||
|
||||
IgnoreRhosts yes
|
||||
RhostsRSAAuthentication no
|
||||
HostbasedAuthentication no
|
||||
PermitEmptyPasswords no
|
||||
ChallengeResponseAuthentication no
|
||||
|
@ -29,7 +24,6 @@ X11DisplayOffset 10
|
|||
PrintMotd no
|
||||
PrintLastLog yes
|
||||
TCPKeepAlive yes
|
||||
UseLogin no
|
||||
UseDNS no
|
||||
|
||||
Subsystem sftp /usr/lib/openssh/sftp-server
|
||||
|
|
Loading…
Add table
Reference in a new issue