summaryrefslogtreecommitdiff
path: root/sshd_config.5
diff options
context:
space:
mode:
Diffstat (limited to 'sshd_config.5')
-rw-r--r--sshd_config.541
1 files changed, 39 insertions, 2 deletions
diff --git a/sshd_config.5 b/sshd_config.5
index d0c02ca7c..60808d233 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.128 2010/10/28 18:33:28 jmc Exp $ 36.\" $OpenBSD: sshd_config.5,v 1.129 2010/11/13 23:27:51 djm Exp $
37.Dd $Mdocdate: October 28 2010 $ 37.Dd $Mdocdate: November 13 2010 $
38.Dt SSHD_CONFIG 5 38.Dt SSHD_CONFIG 5
39.Os 39.Os
40.Sh NAME 40.Sh NAME
@@ -512,6 +512,43 @@ or
512.Cm HostbasedAuthentication . 512.Cm HostbasedAuthentication .
513The default is 513The default is
514.Dq no . 514.Dq no .
515.It Cm IPQoS
516Specifies the IPv4 type-of-service or DSCP class for the connection.
517Accepted values are
518.Dq af11 ,
519.Dq af12 ,
520.Dq af13 ,
521.Dq af14 ,
522.Dq af22 ,
523.Dq af23 ,
524.Dq af31 ,
525.Dq af32 ,
526.Dq af33 ,
527.Dq af41 ,
528.Dq af42 ,
529.Dq af43 ,
530.Dq cs0 ,
531.Dq cs1 ,
532.Dq cs2 ,
533.Dq cs3 ,
534.Dq cs4 ,
535.Dq cs5 ,
536.Dq cs6 ,
537.Dq cs7 ,
538.Dq ef ,
539.Dq lowdelay ,
540.Dq throughput ,
541.Dq reliability ,
542or a numeric value.
543This option may take one or two arguments.
544If one argument is specified, it is used as the packet class unconditionally.
545If two values are specified, the first is automatically selected for
546interactive sessions and the second for non-interactive sessions.
547The default is
548.Dq lowdelay
549for interactive sessions and
550.Dq throughput
551for non-interactive sessions.
515.It Cm KerberosAuthentication 552.It Cm KerberosAuthentication
516Specifies whether the password provided by the user for 553Specifies whether the password provided by the user for
517.Cm PasswordAuthentication 554.Cm PasswordAuthentication