mirror of
https://github.com/valitydev/salt-common.git
synced 2024-11-06 10:25:23 +00:00
Merge pull request #124 from rbkmoney/fix_none_change-default-auth-methods
Set default sshd AuthenticationMethods to any
This commit is contained in:
commit
401031e7a4
@ -63,7 +63,7 @@ AuthorizedKeysFile .ssh/authorized_keys
|
|||||||
# and ChallengeResponseAuthentication to 'no'.
|
# and ChallengeResponseAuthentication to 'no'.
|
||||||
{{ op_pillar('UsePAM', 'no') }}
|
{{ op_pillar('UsePAM', 'no') }}
|
||||||
|
|
||||||
{{ op_pillar('AuthenticationMethods', 'publickey,keyboard-interactive') }}
|
{{ op_pillar('AuthenticationMethods', 'any') }}
|
||||||
|
|
||||||
{{ op_pillar('AllowAgentForwarding', 'yes') }}
|
{{ op_pillar('AllowAgentForwarding', 'yes') }}
|
||||||
{{ op_pillar('AllowTcpForwarding', 'yes') }}
|
{{ op_pillar('AllowTcpForwarding', 'yes') }}
|
||||||
|
Loading…
Reference in New Issue
Block a user