summaryrefslogtreecommitdiff
path: root/ssh_config.5
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2019-04-08 10:46:29 +0100
committerColin Watson <cjwatson@debian.org>2020-10-18 12:07:21 +0100
commit3728919292c05983372954d27426f7d966813139 (patch)
treee08756476298e92d85486e26874f077566d258f2 /ssh_config.5
parenta73fcc8bab768900ca16d3121303941511b28d45 (diff)
Revert "upstream: Update default IPQoS in ssh(1), sshd(8) to DSCP AF21 for"
This reverts commit 5ee8448ad7c306f05a9f56769f95336a8269f379. The IPQoS default changes have some unfortunate interactions with iptables (see https://bugs.debian.org/923880) and VMware, so I'm temporarily reverting them until those have been fixed. Bug-Debian: https://bugs.debian.org/923879 Bug-Debian: https://bugs.debian.org/926229 Bug-Ubuntu: https://bugs.launchpad.net/bugs/1822370 Last-Update: 2019-04-08 Patch-Name: revert-ipqos-defaults.patch
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 6d6c59521..080d289a7 100644
--- a/ssh_config.5
+++ b/ssh_config.5
@@ -1156,11 +1156,9 @@ If one argument is specified, it is used as the packet class unconditionally.
1156If two values are specified, the first is automatically selected for 1156If two values are specified, the first is automatically selected for
1157interactive sessions and the second for non-interactive sessions. 1157interactive sessions and the second for non-interactive sessions.
1158The default is 1158The default is
1159.Cm af21 1159.Cm lowdelay
1160(Low-Latency Data)
1161for interactive sessions and 1160for interactive sessions and
1162.Cm cs1 1161.Cm throughput
1163(Lower Effort)
1164for non-interactive sessions. 1162for non-interactive sessions.
1165.It Cm KbdInteractiveAuthentication 1163.It Cm KbdInteractiveAuthentication
1166Specifies whether to use keyboard-interactive authentication. 1164Specifies whether to use keyboard-interactive authentication.