diff options
author | Colin Watson <cjwatson@debian.org> | 2019-04-08 10:46:29 +0100 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2019-06-14 12:05:15 +0100 |
commit | 907bd73e8b0d031a96a0f800c0f6cef03ff1fcc4 (patch) | |
tree | 088d074bb49a033efc958507d85ec56efe790a27 /sshd_config.5 | |
parent | 715b72009450c3448de10729817687c53554efb2 (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 'sshd_config.5')
-rw-r--r-- | sshd_config.5 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sshd_config.5 b/sshd_config.5 index c0c4ebd66..e5380f5dc 100644 --- a/sshd_config.5 +++ b/sshd_config.5 | |||
@@ -886,11 +886,9 @@ If one argument is specified, it is used as the packet class unconditionally. | |||
886 | If two values are specified, the first is automatically selected for | 886 | If two values are specified, the first is automatically selected for |
887 | interactive sessions and the second for non-interactive sessions. | 887 | interactive sessions and the second for non-interactive sessions. |
888 | The default is | 888 | The default is |
889 | .Cm af21 | 889 | .Cm lowdelay |
890 | (Low-Latency Data) | ||
891 | for interactive sessions and | 890 | for interactive sessions and |
892 | .Cm cs1 | 891 | .Cm throughput |
893 | (Lower Effort) | ||
894 | for non-interactive sessions. | 892 | for non-interactive sessions. |
895 | .It Cm KbdInteractiveAuthentication | 893 | .It Cm KbdInteractiveAuthentication |
896 | Specifies whether to allow keyboard-interactive authentication. | 894 | Specifies whether to allow keyboard-interactive authentication. |