From bb02848f18878bddada7a9f55b110116f63c2f3c Mon Sep 17 00:00:00 2001 From: des Date: Thu, 27 Jun 2002 22:31:32 +0000 Subject: Vendor import of OpenSSH 3.3p1. --- crypto/openssh/sshd_config | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'crypto/openssh/sshd_config') diff --git a/crypto/openssh/sshd_config b/crypto/openssh/sshd_config index 240cae4..d57346b 100644 --- a/crypto/openssh/sshd_config +++ b/crypto/openssh/sshd_config @@ -3,6 +3,8 @@ # This is the sshd server system-wide configuration file. See # sshd_config(5) for more information. +# This sshd was compiled with PATH=/usr/bin:/bin:/usr/sbin:/sbin + # The strategy used for options in the default sshd_config shipped with # OpenSSH is to specify options with their default value where # possible, but leave them commented. Uncommented options change a @@ -67,6 +69,10 @@ # 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 + #X11Forwarding no #X11DisplayOffset 10 #X11UseLocalhost yes -- cgit v1.1