summaryrefslogtreecommitdiff
path: root/sshd_config.5
diff options
context:
space:
mode:
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.