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-06-21 16:14:04 +0100
commitf08fbfbaad10ae0bd9f057de8e18071e588146a6 (patch)
tree088d074bb49a033efc958507d85ec56efe790a27 /ssh_config.5
parenta20835ce2f9899305421bc478ba29d6524e89433 (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 a27631ae9..a9f6d906f 100644
--- a/ssh_config.5
+++ b/ssh_config.5
@@ -1098,11 +1098,9 @@ If one argument is specified, it is used as the packet class unconditionally.
1098If two values are specified, the first is automatically selected for 1098If two values are specified, the first is automatically selected for
1099interactive sessions and the second for non-interactive sessions. 1099interactive sessions and the second for non-interactive sessions.
1100The default is 1100The default is
1101.Cm af21 1101.Cm lowdelay
1102(Low-Latency Data)
1103for interactive sessions and 1102for interactive sessions and
1104.Cm cs1 1103.Cm throughput
1105(Lower Effort)
1106for non-interactive sessions. 1104for non-interactive sessions.
1107.It Cm KbdInteractiveAuthentication 1105.It Cm KbdInteractiveAuthentication
1108Specifies whether to use keyboard-interactive authentication. 1106Specifies whether to use keyboard-interactive authentication.