Skip to content

Commit

Permalink
Merge pull request #79 from beyondbill/amazon_sshd_defaults
Browse files Browse the repository at this point in the history
Amazon var name should be sshd_defaults
  • Loading branch information
mattwillsher authored Jun 5, 2018
2 parents c7483f1 + f7f1e46 commit e9c1db2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vars/Amazon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e9c1db2

Please sign in to comment.