From fe0c99653a55e2ce2607384e1a8cf262c6cb8ec8 Mon Sep 17 00:00:00 2001 From: basney Date: Fri, 4 Sep 2009 20:13:53 +0000 Subject: [PATCH] PermitPAMUserChange added --- setup/sshd_config.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/setup/sshd_config.in b/setup/sshd_config.in index badf4af..309170d 100644 --- a/setup/sshd_config.in +++ b/setup/sshd_config.in @@ -93,6 +93,10 @@ Protocol 2 # and ChallengeResponseAuthentication to 'no'. #UsePAM yes +# Set to 'yes' to allow the PAM stack to change the user name during +# calls to authentication +#PermitPAMUserChange no + #AllowAgentForwarding yes #AllowTcpForwarding yes #GatewayPorts no -- 2.45.1