summaryrefslogtreecommitdiff
path: root/sshd_config.5
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2019-04-08 10:46:29 +0100
committerColin Watson <cjwatson@debian.org>2020-06-07 10:25:35 +0100
commit39b8d128ef980a410bb1ea0ee80e95ac9fff59c3 (patch)
tree8f4b2d0795835960f2591d0555a507e007c843ec /sshd_config.5
parentf2697f0c5ff23bc13dce1c90fb4c1c934c02070b (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.56
1 files changed, 2 insertions, 4 deletions
diff --git a/sshd_config.5 b/sshd_config.5
index b38025dbf..88db4db07 100644
--- a/sshd_config.5
+++ b/sshd_config.5
@@ -925,11 +925,9 @@ If one argument is specified, it is used as the packet class unconditionally.
925If two values are specified, the first is automatically selected for 925If two values are specified, the first is automatically selected for
926interactive sessions and the second for non-interactive sessions. 926interactive sessions and the second for non-interactive sessions.
927The default is 927The default is
928.Cm af21 928.Cm lowdelay
929(Low-Latency Data)
930for interactive sessions and 929for interactive sessions and
931.Cm cs1 930.Cm throughput
932(Lower Effort)
933for non-interactive sessions. 931for non-interactive sessions.
934.It Cm KbdInteractiveAuthentication 932.It Cm KbdInteractiveAuthentication
935Specifies whether to allow keyboard-interactive authentication. 933Specifies whether to allow keyboard-interactive authentication.