From 28c81c596f9f220a4a2c39e37b7e46f6f244787f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Thu, 18 Sep 2003 16:33:24 +0000 Subject: [PATCH] - pamauthenticationviakbdint deprecated - UsePAM yes by default Changed files: opensshd.conf -> 1.12 --- opensshd.conf | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/opensshd.conf b/opensshd.conf index 8c2281f..7021d8a 100644 --- a/opensshd.conf +++ b/opensshd.conf @@ -65,9 +65,10 @@ PermitEmptyPasswords no # Kerberos TGT Passing only works with the AFS kaserver #KerberosTgtPassing no -# Set this to 'yes' to enable PAM keyboard-interactive authentication -# Warning: enabling this may bypass the setting of 'PasswordAuthentication' -#PAMAuthenticationViaKbdInt yes +# Set this to 'yes' to enable PAM authentication (via challenge-response) +# and session processing. Depending on your PAM configuration, this may +# bypass the setting of 'PasswordAuthentication' +UsePAM yes X11Forwarding no X11DisplayOffset 10 -- 2.44.0