mirror of
https://github.com/willshersystems/ansible-sshd
synced 2025-01-11 09:40:18 +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
|
||||||
- openssh-server
|
- openssh-server
|
||||||
sshd_sftp_server: /usr/libexec/openssh/sftp-server
|
sshd_sftp_server: /usr/libexec/openssh/sftp-server
|
||||||
sshd:
|
sshd_defaults:
|
||||||
SyslogFacility: AUTHPRIV
|
SyslogFacility: AUTHPRIV
|
||||||
PermitRootLogin: forced-commands-only
|
PermitRootLogin: forced-commands-only
|
||||||
AuthorizedKeysFile: .ssh/authorized_keys
|
AuthorizedKeysFile: .ssh/authorized_keys
|
||||||
|
|
Loading…
Reference in a new issue