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 02e29cb6f..ba533af9e 100644
--- a/sshd_config.5
+++ b/sshd_config.5
@@ -892,11 +892,9 @@ If one argument is specified, it is used as the packet class unconditionally.
892If two values are specified, the first is automatically selected for 892If two values are specified, the first is automatically selected for
893interactive sessions and the second for non-interactive sessions. 893interactive sessions and the second for non-interactive sessions.
894The default is 894The default is
895.Cm af21 895.Cm lowdelay
896(Low-Latency Data)
897for interactive sessions and 896for interactive sessions and
898.Cm cs1 897.Cm throughput
899(Lower Effort)
900for non-interactive sessions. 898for non-interactive sessions.
901.It Cm KbdInteractiveAuthentication 899.It Cm KbdInteractiveAuthentication
902Specifies whether to allow keyboard-interactive authentication. 900Specifies whether to allow keyboard-interactive authentication.