Update 'roles/common/files/sshd_config'
This commit is contained in:
parent
fe8c6ac7c0
commit
4b3cf10e4b
|
@ -83,6 +83,8 @@ ChallengeResponseAuthentication yes
|
||||||
# and ChallengeResponseAuthentication to 'no'.
|
# and ChallengeResponseAuthentication to 'no'.
|
||||||
UsePAM yes
|
UsePAM yes
|
||||||
|
|
||||||
|
AuthenticationMethods publickey,password publickey,keyboard-interactive
|
||||||
|
|
||||||
#AllowAgentForwarding yes
|
#AllowAgentForwarding yes
|
||||||
AllowTcpForwarding yes
|
AllowTcpForwarding yes
|
||||||
#GatewayPorts no
|
#GatewayPorts no
|
||||||
|
|
Loading…
Reference in New Issue