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 1a8e24bd1..f6c1b3b33 100644 --- a/ssh_config.5 +++ b/ssh_config.5 | |||
@@ -1055,11 +1055,9 @@ If one argument is specified, it is used as the packet class unconditionally. | |||
1055 | If two values are specified, the first is automatically selected for | 1055 | If two values are specified, the first is automatically selected for |
1056 | interactive sessions and the second for non-interactive sessions. | 1056 | interactive sessions and the second for non-interactive sessions. |
1057 | The default is | 1057 | The default is |
1058 | .Cm af21 | 1058 | .Cm lowdelay |
1059 | (Low-Latency Data) | ||
1060 | for interactive sessions and | 1059 | for interactive sessions and |
1061 | .Cm cs1 | 1060 | .Cm throughput |
1062 | (Lower Effort) | ||
1063 | for non-interactive sessions. | 1061 | for non-interactive sessions. |
1064 | .It Cm KbdInteractiveAuthentication | 1062 | .It Cm KbdInteractiveAuthentication |
1065 | Specifies whether to use keyboard-interactive authentication. | 1063 | Specifies whether to use keyboard-interactive authentication. |