Remove Deprecated options in default SSH config

This commit is contained in:
Tim Fletcher 2018-04-16 21:45:16 +02:00
parent ccafb5534e
commit 7afdd97726
No known key found for this signature in database
GPG key ID: 6C0463014AF4B8F0

View file

@ -13,17 +13,13 @@ sshd_defaults:
- /etc/ssh/ssh_host_ecdsa_key - /etc/ssh/ssh_host_ecdsa_key
- /etc/ssh/ssh_host_ed25519_key - /etc/ssh/ssh_host_ed25519_key
UsePrivilegeSeparation: yes UsePrivilegeSeparation: yes
KeyRegenerationInterval: 3600
ServerKeyBits: 1024
SyslogFacility: AUTH SyslogFacility: AUTH
LogLevel: INFO LogLevel: INFO
LoginGraceTime: 120 LoginGraceTime: 120
PermitRootLogin: without-password PermitRootLogin: without-password
StrictModes: yes StrictModes: yes
RSAAuthentication: yes
PubkeyAuthentication: yes PubkeyAuthentication: yes
IgnoreRhosts: yes IgnoreRhosts: yes
RhostsRSAAuthentication: no
HostbasedAuthentication: no HostbasedAuthentication: no
PermitEmptyPasswords: no PermitEmptyPasswords: no
ChallengeResponseAuthentication: no ChallengeResponseAuthentication: no