mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-11-22 19:10:18 +01:00
Remove Deprecated options in default SSH config
This commit is contained in:
parent
ccafb5534e
commit
7afdd97726
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue