mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Accurately reflect our local changes and additions.
This commit is contained in:
parent
0061710269
commit
ee8aeb145a
1 changed files with 9 additions and 11 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue