Merge pull request #124 from rbkmoney/fix_none_change-default-auth-methods

Set default sshd AuthenticationMethods to any
This commit is contained in:
niku64 2020-06-09 19:29:11 +03:00 committed by GitHub
commit 401031e7a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,7 +63,7 @@ AuthorizedKeysFile .ssh/authorized_keys
# and ChallengeResponseAuthentication to 'no'.
{{ op_pillar('UsePAM', 'no') }}
{{ op_pillar('AuthenticationMethods', 'publickey,keyboard-interactive') }}
{{ op_pillar('AuthenticationMethods', 'any') }}
{{ op_pillar('AllowAgentForwarding', 'yes') }}
{{ op_pillar('AllowTcpForwarding', 'yes') }}