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 5c90d3e02..6b4e4f43b 100644 --- a/ssh_config.5 +++ b/ssh_config.5 | |||
@@ -1133,11 +1133,9 @@ If one argument is specified, it is used as the packet class unconditionally. | |||
1133 | If two values are specified, the first is automatically selected for | 1133 | If two values are specified, the first is automatically selected for |
1134 | interactive sessions and the second for non-interactive sessions. | 1134 | interactive sessions and the second for non-interactive sessions. |
1135 | The default is | 1135 | The default is |
1136 | .Cm af21 | 1136 | .Cm lowdelay |
1137 | (Low-Latency Data) | ||
1138 | for interactive sessions and | 1137 | for interactive sessions and |
1139 | .Cm cs1 | 1138 | .Cm throughput |
1140 | (Lower Effort) | ||
1141 | for non-interactive sessions. | 1139 | for non-interactive sessions. |
1142 | .It Cm KbdInteractiveAuthentication | 1140 | .It Cm KbdInteractiveAuthentication |
1143 | Specifies whether to use keyboard-interactive authentication. | 1141 | Specifies whether to use keyboard-interactive authentication. |