diff options
author | Colin Watson <cjwatson@debian.org> | 2019-04-08 10:46:29 +0100 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2020-02-21 12:10:36 +0000 |
commit | a2dabf35ce0228c86a288d11cc847a9d9801604f (patch) | |
tree | f1a309a77b204fc1124dbcb6884444553b981233 /ssh_config.5 | |
parent | 311da721c2a5c6d147738e0699fa49d04cd5762a (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 5c90d3e02..6b4e4f43b 100644 --- a/ssh_config.5 +++ b/ssh_config.5 | |||
@@ -1133,11 +1133,9 @@ If one argument is specified, it is used as the packet class unconditionally. | |||
1133 | If two values are specified, the first is automatically selected for | 1133 | If two values are specified, the first is automatically selected for |
1134 | interactive sessions and the second for non-interactive sessions. | 1134 | interactive sessions and the second for non-interactive sessions. |
1135 | The default is | 1135 | The default is |
1136 | .Cm af21 | 1136 | .Cm lowdelay |
1137 | (Low-Latency Data) | ||
1138 | for interactive sessions and | 1137 | for interactive sessions and |
1139 | .Cm cs1 | 1138 | .Cm throughput |
1140 | (Lower Effort) | ||
1141 | for non-interactive sessions. | 1139 | for non-interactive sessions. |
1142 | .It Cm KbdInteractiveAuthentication | 1140 | .It Cm KbdInteractiveAuthentication |
1143 | Specifies whether to use keyboard-interactive authentication. | 1141 | Specifies whether to use keyboard-interactive authentication. |