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-02-21 14:45:21 +0000
commit86fe78ef4686485394b464cf9d3393ce27b33979 (patch)
treefadf469c312f899b97f5a5addcae2912aa1cf67b /sshd_config.5
parent39d3bb41ec288e8ba2384c65248440603f65349c (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 e8271be74..d25b2f3d5 100644
--- a/sshd_config.5
+++ b/sshd_config.5
@@ -914,11 +914,9 @@ If one argument is specified, it is used as the packet class unconditionally.
914If two values are specified, the first is automatically selected for 914If two values are specified, the first is automatically selected for
915interactive sessions and the second for non-interactive sessions. 915interactive sessions and the second for non-interactive sessions.
916The default is 916The default is
917.Cm af21 917.Cm lowdelay
918(Low-Latency Data)
919for interactive sessions and 918for interactive sessions and
920.Cm cs1 919.Cm throughput
921(Lower Effort)
922for non-interactive sessions. 920for non-interactive sessions.
923.It Cm KbdInteractiveAuthentication 921.It Cm KbdInteractiveAuthentication
924Specifies whether to allow keyboard-interactive authentication. 922Specifies whether to allow keyboard-interactive authentication.