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 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.