mirror of https://github.com/parazyd/arm-sdk.git
Force PAM in sshd.
This commit is contained in:
parent
2206c28d0b
commit
abdc3573d3
|
|
@ -81,7 +81,7 @@ ChallengeResponseAuthentication no
|
||||||
# If you just want the PAM account and session checks to run without
|
# If you just want the PAM account and session checks to run without
|
||||||
# PAM authentication, then enable this but set PasswordAuthentication
|
# PAM authentication, then enable this but set PasswordAuthentication
|
||||||
# and ChallengeResponseAuthentication to 'no'.
|
# and ChallengeResponseAuthentication to 'no'.
|
||||||
UsePAM no
|
UsePAM yes
|
||||||
|
|
||||||
#AllowAgentForwarding yes
|
#AllowAgentForwarding yes
|
||||||
#AllowTcpForwarding yes
|
#AllowTcpForwarding yes
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue