summaryrefslogtreecommitdiff
path: root/ssh_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 /ssh_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 'ssh_config.5')
-rw-r--r--ssh_config.56
1 files changed, 2 insertions, 4 deletions
diff --git a/ssh_config.5 b/ssh_config.5
index 1a8e24bd1..f6c1b3b33 100644
--- a/ssh_config.5
+++ b/ssh_config.5
@@ -1055,11 +1055,9 @@ If one argument is specified, it is used as the packet class unconditionally.
1055If two values are specified, the first is automatically selected for 1055If two values are specified, the first is automatically selected for
1056interactive sessions and the second for non-interactive sessions. 1056interactive sessions and the second for non-interactive sessions.
1057The default is 1057The default is
1058.Cm af21 1058.Cm lowdelay
1059(Low-Latency Data)
1060for interactive sessions and 1059for interactive sessions and
1061.Cm cs1 1060.Cm throughput
1062(Lower Effort)
1063for non-interactive sessions. 1061for non-interactive sessions.
1064.It Cm KbdInteractiveAuthentication 1062.It Cm KbdInteractiveAuthentication
1065Specifies whether to use keyboard-interactive authentication. 1063Specifies whether to use keyboard-interactive authentication.