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 b38025dbf..88db4db07 100644 --- a/sshd_config.5 +++ b/sshd_config.5 | |||
@@ -925,11 +925,9 @@ If one argument is specified, it is used as the packet class unconditionally. | |||
925 | If two values are specified, the first is automatically selected for | 925 | If two values are specified, the first is automatically selected for |
926 | interactive sessions and the second for non-interactive sessions. | 926 | interactive sessions and the second for non-interactive sessions. |
927 | The default is | 927 | The default is |
928 | .Cm af21 | 928 | .Cm lowdelay |
929 | (Low-Latency Data) | ||
930 | for interactive sessions and | 929 | for interactive sessions and |
931 | .Cm cs1 | 930 | .Cm throughput |
932 | (Lower Effort) | ||
933 | for non-interactive sessions. | 931 | for non-interactive sessions. |
934 | .It Cm KbdInteractiveAuthentication | 932 | .It Cm KbdInteractiveAuthentication |
935 | Specifies whether to allow keyboard-interactive authentication. | 933 | Specifies whether to allow keyboard-interactive authentication. |