mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-11-22 11:00:19 +01:00
Remove deprecated options
This commit is contained in:
parent
6f43191418
commit
03172b3c07
1 changed files with 0 additions and 5 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue