mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-11-22 19:10:18 +01:00
Use only RSA hostkeys in RHEL6
This commit is contained in:
parent
4b0935c9a1
commit
70a9daf916
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,8 @@ sshd_packages:
|
||||||
- openssh-server
|
- openssh-server
|
||||||
sshd_sftp_server: /usr/libexec/openssh/sftp-server
|
sshd_sftp_server: /usr/libexec/openssh/sftp-server
|
||||||
__sshd_defaults:
|
__sshd_defaults:
|
||||||
|
HostKey:
|
||||||
|
- /etc/ssh/ssh_host_rsa_key
|
||||||
Protocol: 2
|
Protocol: 2
|
||||||
SyslogFacility: AUTHPRIV
|
SyslogFacility: AUTHPRIV
|
||||||
PasswordAuthentication: yes
|
PasswordAuthentication: yes
|
||||||
|
|
Loading…
Reference in a new issue