diff options
author | Colin Watson <cjwatson@debian.org> | 2019-04-08 10:46:29 +0100 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2019-10-22 11:05:47 +0100 |
commit | cfa01c635debb10e05f5ac34d269809c77c582dc (patch) | |
tree | 4888e5a45426bce467c9f571ccf6d9a8a7a4eb2b /sshd_config.5 | |
parent | bbce4380e516e8bfed1ae09af0bc3661e427794a (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 '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 02e29cb6f..ba533af9e 100644 --- a/sshd_config.5 +++ b/sshd_config.5 | |||
@@ -892,11 +892,9 @@ If one argument is specified, it is used as the packet class unconditionally. | |||
892 | If two values are specified, the first is automatically selected for | 892 | If two values are specified, the first is automatically selected for |
893 | interactive sessions and the second for non-interactive sessions. | 893 | interactive sessions and the second for non-interactive sessions. |
894 | The default is | 894 | The default is |
895 | .Cm af21 | 895 | .Cm lowdelay |
896 | (Low-Latency Data) | ||
897 | for interactive sessions and | 896 | for interactive sessions and |
898 | .Cm cs1 | 897 | .Cm throughput |
899 | (Lower Effort) | ||
900 | for non-interactive sessions. | 898 | for non-interactive sessions. |
901 | .It Cm KbdInteractiveAuthentication | 899 | .It Cm KbdInteractiveAuthentication |
902 | Specifies whether to allow keyboard-interactive authentication. | 900 | Specifies whether to allow keyboard-interactive authentication. |