Add AuthorizedKeysCommand to pillar.example

Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
This commit is contained in:
Johannes Löthberg 2016-10-02 10:37:11 +02:00
parent 02b52fa7cf
commit a74d859992
1 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,8 @@ sshd_config:
MaxSessions: 10 MaxSessions: 10
RSAAuthentication: 'yes' RSAAuthentication: 'yes'
PubkeyAuthentication: 'yes' PubkeyAuthentication: 'yes'
AuthorizedKeysCommand: '/usr/bin/sss_ssh_authorizedkeys'
AuthorizedKeysCommandUser: 'nobody'
IgnoreRhosts: 'yes' IgnoreRhosts: 'yes'
RhostsRSAAuthentication: 'no' RhostsRSAAuthentication: 'no'
HostbasedAuthentication: 'no' HostbasedAuthentication: 'no'