aboutsummaryrefslogtreecommitdiff
path: root/crypto/openssh/sshd_config.5
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2014-03-25 11:05:34 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2014-03-25 11:05:34 +0000
commitb83788ff878a6b12efc40bed6f01048149338592 (patch)
tree5f5bce301eb69c1bba7123161572915c7e55375b /crypto/openssh/sshd_config.5
parentfe47fb7b1c7155a1a947b6754b3a928aa0cda6e6 (diff)
parent0c79dacc8a8d4de2455d61c51724866f667ba53c (diff)
downloadsrc-b83788ff878a6b12efc40bed6f01048149338592.tar.gz
src-b83788ff878a6b12efc40bed6f01048149338592.zip
Upgrade to OpenSSH 6.6p1.
Notes
Notes: svn path=/head/; revision=263712
Diffstat (limited to 'crypto/openssh/sshd_config.5')
-rw-r--r--crypto/openssh/sshd_config.521
1 files changed, 18 insertions, 3 deletions
diff --git a/crypto/openssh/sshd_config.5 b/crypto/openssh/sshd_config.5
index e33b39ae1fe7..a1dea3ace814 100644
--- a/crypto/openssh/sshd_config.5
+++ b/crypto/openssh/sshd_config.5
@@ -33,9 +33,9 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $OpenBSD: sshd_config.5,v 1.170 2013/12/08 09:53:27 dtucker Exp $
+.\" $OpenBSD: sshd_config.5,v 1.172 2014/02/27 22:47:07 djm Exp $
.\" $FreeBSD$
-.Dd December 8, 2013
+.Dd February 27, 2014
.Dt SSHD_CONFIG 5
.Os
.Sh NAME
@@ -634,6 +634,17 @@ The default is
for interactive sessions and
.Dq throughput
for non-interactive sessions.
+.It Cm KbdInteractiveAuthentication
+Specifies whether to allow keyboard-interactive authentication.
+The argument to this keyword must be
+.Dq yes
+or
+.Dq no .
+The default is to use whatever value
+.Cm ChallengeResponseAuthentication
+is set to
+(by default
+.Dq yes ) .
.It Cm KerberosAuthentication
Specifies whether the password provided by the user for
.Cm PasswordAuthentication
@@ -760,6 +771,10 @@ line are satisfied, the keywords on the following lines override those
set in the global section of the config file, until either another
.Cm Match
line or the end of the file.
+If a keyword appears in multiple
+.Cm Match
+blocks that are satisified, only the first instance of the keyword is
+applied.
.Pp
The arguments to
.Cm Match
@@ -1238,7 +1253,7 @@ restrictions.
Optionally specifies additional text to append to the SSH protocol banner
sent by the server upon connection.
The default is
-.Dq FreeBSD-20140130 .
+.Dq FreeBSD-20140324 .
.It Cm X11DisplayOffset
Specifies the first display number available for
.Xr sshd 8 Ns 's