diff options
Diffstat (limited to 'ssh_config.5')
-rw-r--r-- | ssh_config.5 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/ssh_config.5 b/ssh_config.5 index a27631ae9..a9f6d906f 100644 --- a/ssh_config.5 +++ b/ssh_config.5 | |||
@@ -1098,11 +1098,9 @@ If one argument is specified, it is used as the packet class unconditionally. | |||
1098 | If two values are specified, the first is automatically selected for | 1098 | If two values are specified, the first is automatically selected for |
1099 | interactive sessions and the second for non-interactive sessions. | 1099 | interactive sessions and the second for non-interactive sessions. |
1100 | The default is | 1100 | The default is |
1101 | .Cm af21 | 1101 | .Cm lowdelay |
1102 | (Low-Latency Data) | ||
1103 | for interactive sessions and | 1102 | for interactive sessions and |
1104 | .Cm cs1 | 1103 | .Cm throughput |
1105 | (Lower Effort) | ||
1106 | for non-interactive sessions. | 1104 | for non-interactive sessions. |
1107 | .It Cm KbdInteractiveAuthentication | 1105 | .It Cm KbdInteractiveAuthentication |
1108 | Specifies whether to use keyboard-interactive authentication. | 1106 | Specifies whether to use keyboard-interactive authentication. |