Add AuthorizedKeysCommand to pillar.example
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
This commit is contained in:
parent
02b52fa7cf
commit
a74d859992
|
@ -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'
|
||||||
|
|
Loading…
Reference in New Issue