Remove deprecated options

This commit is contained in:
mfredholm 2019-01-28 13:30:19 +01:00 committed by GitHub
parent 6f43191418
commit 03172b3c07
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,19 +12,14 @@ __sshd_defaults:
- /etc/ssh/ssh_host_dsa_key - /etc/ssh/ssh_host_dsa_key
- /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
KeyRegenerationInterval: 3600
ServerKeyBits: 1024
SyslogFacility: AUTH SyslogFacility: AUTH
LogLevel: INFO LogLevel: INFO
LoginGraceTime: 120 LoginGraceTime: 120
PermitRootLogin: prohibit-password PermitRootLogin: prohibit-password
StrictModes: yes StrictModes: yes
RSAAuthentication: yes
PubkeyAuthentication: yes PubkeyAuthentication: yes
AuthorizedKeysFile: "%h/.ssh/authorized_keys" AuthorizedKeysFile: "%h/.ssh/authorized_keys"
IgnoreRhosts: yes IgnoreRhosts: yes
RhostsRSAAuthentication: no
HostbasedAuthentication: no HostbasedAuthentication: no
PermitEmptyPasswords: no PermitEmptyPasswords: no
ChallengeResponseAuthentication: no ChallengeResponseAuthentication: no