diff options
author | Colin Watson <cjwatson@debian.org> | 2019-04-08 10:46:29 +0100 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2020-02-19 11:49:55 +0000 |
commit | 08ef8cb952462442660914b42de3f84f31ec1a6d (patch) | |
tree | d481062fdb5e111e56af8bfac3c2178368dcac97 /ssh_config.5 | |
parent | 2e889a135439e6234502c813fa0ef2eb1fcd733c (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.5 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/ssh_config.5 b/ssh_config.5 index d27655e15..b71d5ede9 100644 --- a/ssh_config.5 +++ b/ssh_config.5 | |||
@@ -1110,11 +1110,9 @@ If one argument is specified, it is used as the packet class unconditionally. | |||
1110 | If two values are specified, the first is automatically selected for | 1110 | If two values are specified, the first is automatically selected for |
1111 | interactive sessions and the second for non-interactive sessions. | 1111 | interactive sessions and the second for non-interactive sessions. |
1112 | The default is | 1112 | The default is |
1113 | .Cm af21 | 1113 | .Cm lowdelay |
1114 | (Low-Latency Data) | ||
1115 | for interactive sessions and | 1114 | for interactive sessions and |
1116 | .Cm cs1 | 1115 | .Cm throughput |
1117 | (Lower Effort) | ||
1118 | for non-interactive sessions. | 1116 | for non-interactive sessions. |
1119 | .It Cm KbdInteractiveAuthentication | 1117 | .It Cm KbdInteractiveAuthentication |
1120 | Specifies whether to use keyboard-interactive authentication. | 1118 | Specifies whether to use keyboard-interactive authentication. |