diff options
author | Colin Watson <cjwatson@debian.org> | 2019-04-08 10:46:29 +0100 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2019-04-08 10:46:29 +0100 |
commit | 6b56cd57db9061296231f14d537f1ebaf25e8877 (patch) | |
tree | b98e14d0473eebed64d210b7ec620d427d6a7698 /ssh_config.5 | |
parent | 7a3fa37583d4abf128f7f4c6eb1e7ffc90115eab (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.5 | 6 |
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. | |||
1055 | If two values are specified, the first is automatically selected for | 1055 | If two values are specified, the first is automatically selected for |
1056 | interactive sessions and the second for non-interactive sessions. | 1056 | interactive sessions and the second for non-interactive sessions. |
1057 | The default is | 1057 | The default is |
1058 | .Cm af21 | 1058 | .Cm lowdelay |
1059 | (Low-Latency Data) | ||
1060 | for interactive sessions and | 1059 | for interactive sessions and |
1061 | .Cm cs1 | 1060 | .Cm throughput |
1062 | (Lower Effort) | ||
1063 | for non-interactive sessions. | 1061 | for non-interactive sessions. |
1064 | .It Cm KbdInteractiveAuthentication | 1062 | .It Cm KbdInteractiveAuthentication |
1065 | Specifies whether to use keyboard-interactive authentication. | 1063 | Specifies whether to use keyboard-interactive authentication. |