summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/sshd_config
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssh/sshd_config')
-rw-r--r--crypto/openssh/sshd_config6
1 files changed, 6 insertions, 0 deletions
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
OpenPOWER on IntegriCloud