diff options
Diffstat (limited to 'sshd_config.5')
-rw-r--r-- | sshd_config.5 | 6 |
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. | |||
886 | If two values are specified, the first is automatically selected for | 886 | If two values are specified, the first is automatically selected for |
887 | interactive sessions and the second for non-interactive sessions. | 887 | interactive sessions and the second for non-interactive sessions. |
888 | The default is | 888 | The default is |
889 | .Cm af21 | 889 | .Cm lowdelay |
890 | (Low-Latency Data) | ||
891 | for interactive sessions and | 890 | for interactive sessions and |
892 | .Cm cs1 | 891 | .Cm throughput |
893 | (Lower Effort) | ||
894 | for non-interactive sessions. | 892 | for non-interactive sessions. |
895 | .It Cm KbdInteractiveAuthentication | 893 | .It Cm KbdInteractiveAuthentication |
896 | Specifies whether to allow keyboard-interactive authentication. | 894 | Specifies whether to allow keyboard-interactive authentication. |