mirror of
https://github.com/saltstack-formulas/openssh-formula.git
synced 2025-04-17 10:10:28 +00:00
Add AuthorizedKeysCommand support
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
This commit is contained in:
parent
329a762e01
commit
02b52fa7cf
1 changed files with 2 additions and 0 deletions
|
@ -81,6 +81,8 @@
|
|||
{{ option_default_uncommented('RSAAuthentication', 'yes') }}
|
||||
{{ option_default_uncommented('PubkeyAuthentication', 'yes') }}
|
||||
{{ option('AuthorizedKeysFile', '%h/.ssh/authorized_keys') }}
|
||||
{{ option('AuthorizedKeysCommand', 'none') }}
|
||||
{{ option('AuthorizedKeysCommandUser', 'nobody') }}
|
||||
|
||||
# Don't read the user's ~/.rhosts and ~/.shosts files
|
||||
{{ option_default_uncommented('IgnoreRhosts', 'yes') }}
|
||||
|
|
Loading…
Add table
Reference in a new issue