Browse Source

Add AuthorizedKeysCommand to pillar.example

Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
tags/v0.41.0
Johannes Löthberg 8 years ago
parent
commit
a74d859992
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      pillar.example

+ 2
- 0
pillar.example View File

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

Loading…
Cancel
Save