summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2002-11-05 17:24:01 +0000
committerdes <des@FreeBSD.org>2002-11-05 17:24:01 +0000
commitb0ec3f5077d6121a3dfa6214768b3d208ad15cbb (patch)
tree6d399b235e76425764adc8a333faa957356d3674 /crypto
parente08b64e978791d74abeab5496c7e6a0fed34de8a (diff)
downloadFreeBSD-src-b0ec3f5077d6121a3dfa6214768b3d208ad15cbb.zip
FreeBSD-src-b0ec3f5077d6121a3dfa6214768b3d208ad15cbb.tar.gz
Accurately reflect our local changes and additions.
Diffstat (limited to 'crypto')
-rw-r--r--crypto/openssh/sshd_config.520
1 files changed, 9 insertions, 11 deletions
diff --git a/crypto/openssh/sshd_config.5 b/crypto/openssh/sshd_config.5
index 33b66aa..ea03500 100644
--- a/crypto/openssh/sshd_config.5
+++ b/crypto/openssh/sshd_config.5
@@ -126,10 +126,12 @@ This option is only available for protocol version 2.
By default, no banner is displayed.
.Pp
.It Cm ChallengeResponseAuthentication
-Specifies whether challenge response authentication is allowed.
-All authentication styles from
-.Xr login.conf 5
-are supported.
+Specifies whether challenge-response authentication is allowed.
+Specifically, in
+.Fx ,
+this controls the use of PAM (see
+.Xr pam 3 )
+for authentication.
The default is
.Dq yes .
.It Cm Ciphers
@@ -420,12 +422,6 @@ The probability increases linearly and all connection attempts
are refused if the number of unauthenticated connections reaches
.Dq full
(60).
-.It Cm PAMAuthenticationViaKbdInt
-Specifies whether PAM challenge response authentication is allowed. This
-allows the use of most PAM challenge response authentication modules, but
-it will allow password authentication regardless of whether
-.Cm PasswordAuthentication
-is enabled.
.It Cm PasswordAuthentication
Specifies whether password authentication is allowed.
The default is
@@ -627,6 +623,8 @@ The default is
.It Cm VersionAddendum
Specifies a string to append to the regular version string to identify
OS- or site-specific modifications.
+The default is
+.Dq FreeBSD-20021029 .
.It Cm X11DisplayOffset
Specifies the first display number available for
.Nm sshd Ns 's
@@ -642,7 +640,7 @@ The argument must be
or
.Dq no .
The default is
-.Dq no .
+.Dq yes .
.Pp
When X11 forwarding is enabled, there may be additional exposure to
the server and to client displays if the
OpenPOWER on IntegriCloud