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 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. | |||
907 | If two values are specified, the first is automatically selected for | 907 | If two values are specified, the first is automatically selected for |
908 | interactive sessions and the second for non-interactive sessions. | 908 | interactive sessions and the second for non-interactive sessions. |
909 | The default is | 909 | The default is |
910 | .Cm af21 | 910 | .Cm lowdelay |
911 | (Low-Latency Data) | ||
912 | for interactive sessions and | 911 | for interactive sessions and |
913 | .Cm cs1 | 912 | .Cm throughput |
914 | (Lower Effort) | ||
915 | for non-interactive sessions. | 913 | for non-interactive sessions. |
916 | .It Cm KbdInteractiveAuthentication | 914 | .It Cm KbdInteractiveAuthentication |
917 | Specifies whether to allow keyboard-interactive authentication. | 915 | Specifies whether to allow keyboard-interactive authentication. |