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 34dc2d51b..91beb6f50 100644 --- a/ssh_config.5 +++ b/ssh_config.5 | |||
@@ -1140,11 +1140,9 @@ If one argument is specified, it is used as the packet class unconditionally. | |||
1140 | If two values are specified, the first is automatically selected for | 1140 | If two values are specified, the first is automatically selected for |
1141 | interactive sessions and the second for non-interactive sessions. | 1141 | interactive sessions and the second for non-interactive sessions. |
1142 | The default is | 1142 | The default is |
1143 | .Cm af21 | 1143 | .Cm lowdelay |
1144 | (Low-Latency Data) | ||
1145 | for interactive sessions and | 1144 | for interactive sessions and |
1146 | .Cm cs1 | 1145 | .Cm throughput |
1147 | (Lower Effort) | ||
1148 | for non-interactive sessions. | 1146 | for non-interactive sessions. |
1149 | .It Cm KbdInteractiveAuthentication | 1147 | .It Cm KbdInteractiveAuthentication |
1150 | Specifies whether to use keyboard-interactive authentication. | 1148 | Specifies whether to use keyboard-interactive authentication. |