0
0
mirror of https://github.com/saltstack-formulas/openssh-formula.git synced 2024-11-27 23:07:53 +01:00

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

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'