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 12:10:36 +0000
commita2dabf35ce0228c86a288d11cc847a9d9801604f (patch)
treef1a309a77b204fc1124dbcb6884444553b981233 /sshd_config.5
parent311da721c2a5c6d147738e0699fa49d04cd5762a (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 b8bea2ad7..fd205e418 100644
--- a/sshd_config.5
+++ b/sshd_config.5
@@ -907,11 +907,9 @@ If one argument is specified, it is used as the packet class unconditionally.
907If two values are specified, the first is automatically selected for 907If two values are specified, the first is automatically selected for
908interactive sessions and the second for non-interactive sessions. 908interactive sessions and the second for non-interactive sessions.
909The default is 909The default is
910.Cm af21 910.Cm lowdelay
911(Low-Latency Data)
912for interactive sessions and 911for interactive sessions and
913.Cm cs1 912.Cm throughput
914(Lower Effort)
915for non-interactive sessions. 913for non-interactive sessions.
916.It Cm KbdInteractiveAuthentication 914.It Cm KbdInteractiveAuthentication
917Specifies whether to allow keyboard-interactive authentication. 915Specifies whether to allow keyboard-interactive authentication.