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>2019-06-21 16:14:04 +0100
commitf08fbfbaad10ae0bd9f057de8e18071e588146a6 (patch)
tree088d074bb49a033efc958507d85ec56efe790a27 /sshd_config.5
parenta20835ce2f9899305421bc478ba29d6524e89433 (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.56
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.
886If two values are specified, the first is automatically selected for 886If two values are specified, the first is automatically selected for
887interactive sessions and the second for non-interactive sessions. 887interactive sessions and the second for non-interactive sessions.
888The default is 888The default is
889.Cm af21 889.Cm lowdelay
890(Low-Latency Data)
891for interactive sessions and 890for interactive sessions and
892.Cm cs1 891.Cm throughput
893(Lower Effort)
894for non-interactive sessions. 892for non-interactive sessions.
895.It Cm KbdInteractiveAuthentication 893.It Cm KbdInteractiveAuthentication
896Specifies whether to allow keyboard-interactive authentication. 894Specifies whether to allow keyboard-interactive authentication.