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>2019-04-08 10:46:29 +0100
commit6b56cd57db9061296231f14d537f1ebaf25e8877 (patch)
treeb98e14d0473eebed64d210b7ec620d427d6a7698 /ssh_config.5
parent7a3fa37583d4abf128f7f4c6eb1e7ffc90115eab (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/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 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.