mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-11-22 11:00:19 +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
|
||||
sshd_sftp_server: /usr/libexec/openssh/sftp-server
|
||||
__sshd_defaults:
|
||||
HostKey:
|
||||
- /etc/ssh/ssh_host_rsa_key
|
||||
Protocol: 2
|
||||
SyslogFacility: AUTHPRIV
|
||||
PasswordAuthentication: yes
|
||||
|
|
Loading…
Reference in a new issue