Merge pull request #76 from TimJDFletcher/RemoveDeprecatedOptions

Remove Deprecated options in default SSH config
This commit is contained in:
Matt Willsher 2018-04-19 19:33:23 +01:00 committed by GitHub
commit 77768eb9f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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