diff options
author | Colin Watson <cjwatson@debian.org> | 2019-04-08 10:46:29 +0100 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2019-06-05 13:11:53 +0100 |
commit | 7d50f9e5be88179325983a1f58c9d51bb58f025a (patch) | |
tree | daed70e96710226982341d4a4df8c6e63d598640 /sshd_config.5 | |
parent | 9c01e0ae9889c05bfe68b2f1f1c5e5019e63ff0b (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. |