Sfoglia il codice sorgente

Add AuthorizedKeysCommand to pillar.example

Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
tags/v0.41.0
Johannes Löthberg 8 anni fa
parent
commit
a74d859992
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. +2
    -0
      pillar.example

+ 2
- 0
pillar.example Vedi 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…
Annulla
Salva