mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-11-25 04:20:18 +01:00
Merge pull request #79 from beyondbill/amazon_sshd_defaults
Amazon var name should be sshd_defaults
This commit is contained in:
commit
e9c1db2bc8
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