summaryrefslogtreecommitdiff
path: root/ssh_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 /ssh_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 'ssh_config.5')
-rw-r--r--ssh_config.56
1 files changed, 2 insertions, 4 deletions
diff --git a/ssh_config.5 b/ssh_config.5
index aac3fabb7..2574b1004 100644
--- a/ssh_config.5
+++ b/ssh_config.5
@@ -1140,11 +1140,9 @@ If one argument is specified, it is used as the packet class unconditionally.
1140If two values are specified, the first is automatically selected for 1140If two values are specified, the first is automatically selected for
1141interactive sessions and the second for non-interactive sessions. 1141interactive sessions and the second for non-interactive sessions.
1142The default is 1142The default is
1143.Cm af21 1143.Cm lowdelay
1144(Low-Latency Data)
1145for interactive sessions and 1144for interactive sessions and
1146.Cm cs1 1145.Cm throughput
1147(Lower Effort)
1148for non-interactive sessions. 1146for non-interactive sessions.
1149.It Cm KbdInteractiveAuthentication 1147.It Cm KbdInteractiveAuthentication
1150Specifies whether to use keyboard-interactive authentication. 1148Specifies whether to use keyboard-interactive authentication.