diff options
Diffstat (limited to 'ssh.0')
-rw-r--r-- | ssh.0 | 14 |
1 files changed, 8 insertions, 6 deletions
@@ -269,7 +269,6 @@ DESCRIPTION | |||
269 | IdentitiesOnly | 269 | IdentitiesOnly |
270 | IdentityAgent | 270 | IdentityAgent |
271 | IdentityFile | 271 | IdentityFile |
272 | Include | ||
273 | IPQoS | 272 | IPQoS |
274 | KbdInteractiveAuthentication | 273 | KbdInteractiveAuthentication |
275 | KbdInteractiveDevices | 274 | KbdInteractiveDevices |
@@ -298,6 +297,7 @@ DESCRIPTION | |||
298 | SendEnv | 297 | SendEnv |
299 | ServerAliveInterval | 298 | ServerAliveInterval |
300 | ServerAliveCountMax | 299 | ServerAliveCountMax |
300 | SetEnv | ||
301 | StreamLocalBindMask | 301 | StreamLocalBindMask |
302 | StreamLocalBindUnlink | 302 | StreamLocalBindUnlink |
303 | StrictHostKeyChecking | 303 | StrictHostKeyChecking |
@@ -305,7 +305,6 @@ DESCRIPTION | |||
305 | Tunnel | 305 | Tunnel |
306 | TunnelDevice | 306 | TunnelDevice |
307 | UpdateHostKeys | 307 | UpdateHostKeys |
308 | UsePrivilegedPort | ||
309 | User | 308 | User |
310 | UserKnownHostsFile | 309 | UserKnownHostsFile |
311 | VerifyHostKeyDNS | 310 | VerifyHostKeyDNS |
@@ -405,9 +404,12 @@ DESCRIPTION | |||
405 | The devices may be specified by numerical ID or the keyword | 404 | The devices may be specified by numerical ID or the keyword |
406 | M-bM-^@M-^\anyM-bM-^@M-^], which uses the next available tunnel device. If | 405 | M-bM-^@M-^\anyM-bM-^@M-^], which uses the next available tunnel device. If |
407 | remote_tun is not specified, it defaults to M-bM-^@M-^\anyM-bM-^@M-^]. See also the | 406 | remote_tun is not specified, it defaults to M-bM-^@M-^\anyM-bM-^@M-^]. See also the |
408 | Tunnel and TunnelDevice directives in ssh_config(5). If the | 407 | Tunnel and TunnelDevice directives in ssh_config(5). |
409 | Tunnel directive is unset, it is set to the default tunnel mode, | 408 | |
410 | which is M-bM-^@M-^\point-to-pointM-bM-^@M-^]. | 409 | If the Tunnel directive is unset, it will be set to the default |
410 | tunnel mode, which is M-bM-^@M-^\point-to-pointM-bM-^@M-^]. If a different Tunnel | ||
411 | forwarding mode it desired, then it should be specified before | ||
412 | -w. | ||
411 | 413 | ||
412 | -X Enables X11 forwarding. This can also be specified on a per-host | 414 | -X Enables X11 forwarding. This can also be specified on a per-host |
413 | basis in a configuration file. | 415 | basis in a configuration file. |
@@ -973,4 +975,4 @@ AUTHORS | |||
973 | created OpenSSH. Markus Friedl contributed the support for SSH protocol | 975 | created OpenSSH. Markus Friedl contributed the support for SSH protocol |
974 | versions 1.5 and 2.0. | 976 | versions 1.5 and 2.0. |
975 | 977 | ||
976 | OpenBSD 6.2 February 23, 2018 OpenBSD 6.2 | 978 | OpenBSD 6.4 July 19, 2018 OpenBSD 6.4 |