summaryrefslogtreecommitdiff
path: root/sshd_config.5
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2019-04-08 10:51:24 +0100
committerColin Watson <cjwatson@debian.org>2019-04-08 11:00:13 +0100
commit3d05afd871dd7b44ae567776f2773acc874a63f8 (patch)
tree16990d4041e647c9cc0cecf67570c42e45baff80 /sshd_config.5
parentbccee6b32e5bc84128a483dd0f761f0f30fed175 (diff)
parent6b56cd57db9061296231f14d537f1ebaf25e8877 (diff)
Temporarily revert IPQoS defaults to pre-7.8 values
This is just until issues with "iptables -m tos" and VMware have been fixed. Closes: #923879, #926229 LP: #1822370
Diffstat (limited to 'sshd_config.5')
-rw-r--r--sshd_config.56
1 files changed, 2 insertions, 4 deletions
diff --git a/sshd_config.5 b/sshd_config.5
index ba50a30f1..03f813e72 100644
--- a/sshd_config.5
+++ b/sshd_config.5
@@ -866,11 +866,9 @@ If one argument is specified, it is used as the packet class unconditionally.
866If two values are specified, the first is automatically selected for 866If two values are specified, the first is automatically selected for
867interactive sessions and the second for non-interactive sessions. 867interactive sessions and the second for non-interactive sessions.
868The default is 868The default is
869.Cm af21 869.Cm lowdelay
870(Low-Latency Data)
871for interactive sessions and 870for interactive sessions and
872.Cm cs1 871.Cm throughput
873(Lower Effort)
874for non-interactive sessions. 872for non-interactive sessions.
875.It Cm KbdInteractiveAuthentication 873.It Cm KbdInteractiveAuthentication
876Specifies whether to allow keyboard-interactive authentication. 874Specifies whether to allow keyboard-interactive authentication.