mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-11-10 13:43:30 +01:00
Amazon Linux default sshd var name should be sshd_defaults
This commit is contained in:
parent
c7483f1294
commit
f7f1e466e9
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ sshd_packages:
|
|||
- openssh
|
||||
- openssh-server
|
||||
sshd_sftp_server: /usr/libexec/openssh/sftp-server
|
||||
sshd:
|
||||
sshd_defaults:
|
||||
SyslogFacility: AUTHPRIV
|
||||
PermitRootLogin: forced-commands-only
|
||||
AuthorizedKeysFile: .ssh/authorized_keys
|
||||
|
|
Loading…
Reference in a new issue