summaryrefslogtreecommitdiff
path: root/sshd_config.5
diff options
context:
space:
mode:
Diffstat (limited to 'sshd_config.5')
-rw-r--r--sshd_config.519
1 files changed, 17 insertions, 2 deletions
diff --git a/sshd_config.5 b/sshd_config.5
index 496530bf5..90fd3f4a8 100644
--- a/sshd_config.5
+++ b/sshd_config.5
@@ -33,8 +33,8 @@
33.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 33.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
34.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 34.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
35.\" 35.\"
36.\" $OpenBSD: sshd_config.5,v 1.170 2013/12/08 09:53:27 dtucker Exp $ 36.\" $OpenBSD: sshd_config.5,v 1.172 2014/02/27 22:47:07 djm Exp $
37.Dd $Mdocdate: December 8 2013 $ 37.Dd $Mdocdate: February 27 2014 $
38.Dt SSHD_CONFIG 5 38.Dt SSHD_CONFIG 5
39.Os 39.Os
40.Sh NAME 40.Sh NAME
@@ -690,6 +690,17 @@ The default is
690for interactive sessions and 690for interactive sessions and
691.Dq throughput 691.Dq throughput
692for non-interactive sessions. 692for non-interactive sessions.
693.It Cm KbdInteractiveAuthentication
694Specifies whether to allow keyboard-interactive authentication.
695The argument to this keyword must be
696.Dq yes
697or
698.Dq no .
699The default is to use whatever value
700.Cm ChallengeResponseAuthentication
701is set to
702(by default
703.Dq yes ) .
693.It Cm KerberosAuthentication 704.It Cm KerberosAuthentication
694Specifies whether the password provided by the user for 705Specifies whether the password provided by the user for
695.Cm PasswordAuthentication 706.Cm PasswordAuthentication
@@ -816,6 +827,10 @@ line are satisfied, the keywords on the following lines override those
816set in the global section of the config file, until either another 827set in the global section of the config file, until either another
817.Cm Match 828.Cm Match
818line or the end of the file. 829line or the end of the file.
830If a keyword appears in multiple
831.Cm Match
832blocks that are satisified, only the first instance of the keyword is
833applied.
819.Pp 834.Pp
820The arguments to 835The arguments to
821.Cm Match 836.Cm Match