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 ba50a30f1..03f813e72 100644 --- a/sshd_config.5 +++ b/sshd_config.5 | |||
@@ -866,11 +866,9 @@ If one argument is specified, it is used as the packet class unconditionally. | |||
866 | If two values are specified, the first is automatically selected for | 866 | If two values are specified, the first is automatically selected for |
867 | interactive sessions and the second for non-interactive sessions. | 867 | interactive sessions and the second for non-interactive sessions. |
868 | The default is | 868 | The default is |
869 | .Cm af21 | 869 | .Cm lowdelay |
870 | (Low-Latency Data) | ||
871 | for interactive sessions and | 870 | for interactive sessions and |
872 | .Cm cs1 | 871 | .Cm throughput |
873 | (Lower Effort) | ||
874 | for non-interactive sessions. | 872 | for non-interactive sessions. |
875 | .It Cm KbdInteractiveAuthentication | 873 | .It Cm KbdInteractiveAuthentication |
876 | Specifies whether to allow keyboard-interactive authentication. | 874 | Specifies whether to allow keyboard-interactive authentication. |