diff options
author | Colin Watson <cjwatson@debian.org> | 2010-01-01 17:15:23 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2010-01-01 17:15:23 +0000 |
commit | 99b402ea4c8457b0a3cafff37f5b3410a8dc6476 (patch) | |
tree | 1d24ce54c9981ea8cbb4c5a9309964a0e4c4b320 /ssh.0 | |
parent | 87552344215a38d3a2b0d4d63dc151e05978bbe1 (diff) | |
parent | 54af7a4ae8d455791a631bdfaade4b64436ae16a (diff) |
import openssh-5.2p1-gsskex-all-20090726.patch
Diffstat (limited to 'ssh.0')
-rw-r--r-- | ssh.0 | 20 |
1 files changed, 13 insertions, 7 deletions
@@ -4,7 +4,7 @@ NAME | |||
4 | ssh - OpenSSH SSH client (remote login program) | 4 | ssh - OpenSSH SSH client (remote login program) |
5 | 5 | ||
6 | SYNOPSIS | 6 | SYNOPSIS |
7 | ssh [-1246AaCfgKkMNnqsTtVvXxY] [-b bind_address] [-c cipher_spec] | 7 | ssh [-1246AaCfgKkMNnqsTtVvXxYy] [-b bind_address] [-c cipher_spec] |
8 | [-D [bind_address:]port] [-e escape_char] [-F configfile] | 8 | [-D [bind_address:]port] [-e escape_char] [-F configfile] |
9 | [-i identity_file] [-L [bind_address:]port:host:hostport] | 9 | [-i identity_file] [-L [bind_address:]port:host:hostport] |
10 | [-l login_name] [-m mac_spec] [-O ctl_cmd] [-o option] [-p port] | 10 | [-l login_name] [-m mac_spec] [-O ctl_cmd] [-o option] [-p port] |
@@ -304,12 +304,15 @@ DESCRIPTION | |||
304 | [bind_address/]host/port/hostport. | 304 | [bind_address/]host/port/hostport. |
305 | 305 | ||
306 | By default, the listening socket on the server will be bound to | 306 | By default, the listening socket on the server will be bound to |
307 | the loopback interface only. This may be overriden by specifying | 307 | the loopback interface only. This may be overridden by specify- |
308 | a bind_address. An empty bind_address, or the address `*', indi- | 308 | ing a bind_address. An empty bind_address, or the address `*', |
309 | cates that the remote socket should listen on all interfaces. | 309 | indicates that the remote socket should listen on all interfaces. |
310 | Specifying a remote bind_address will only succeed if the serv- | 310 | Specifying a remote bind_address will only succeed if the serv- |
311 | er's GatewayPorts option is enabled (see sshd_config(5)). | 311 | er's GatewayPorts option is enabled (see sshd_config(5)). |
312 | 312 | ||
313 | If the port argument is `0', the listen port will be dynamically | ||
314 | allocated on the server and reported to the client at run time. | ||
315 | |||
313 | -S ctl_path | 316 | -S ctl_path |
314 | Specifies the location of a control socket for connection shar- | 317 | Specifies the location of a control socket for connection shar- |
315 | ing. Refer to the description of ControlPath and ControlMaster | 318 | ing. Refer to the description of ControlPath and ControlMaster |
@@ -365,6 +368,9 @@ DESCRIPTION | |||
365 | -Y Enables trusted X11 forwarding. Trusted X11 forwardings are not | 368 | -Y Enables trusted X11 forwarding. Trusted X11 forwardings are not |
366 | subjected to the X11 SECURITY extension controls. | 369 | subjected to the X11 SECURITY extension controls. |
367 | 370 | ||
371 | -y Send log information using the syslog(3) system module. By de- | ||
372 | fault this information is sent to stderr. | ||
373 | |||
368 | ssh may additionally obtain configuration data from a per-user configura- | 374 | ssh may additionally obtain configuration data from a per-user configura- |
369 | tion file and a system-wide configuration file. The file format and con- | 375 | tion file and a system-wide configuration file. The file format and con- |
370 | figuration options are described in ssh_config(5). | 376 | figuration options are described in ssh_config(5). |
@@ -500,8 +506,8 @@ ESCAPE CHARACTERS | |||
500 | version 2 and if the peer supports it). | 506 | version 2 and if the peer supports it). |
501 | 507 | ||
502 | ~C Open command line. Currently this allows the addition of port | 508 | ~C Open command line. Currently this allows the addition of port |
503 | forwardings using the -L and -R options (see above). It also al- | 509 | forwardings using the -L, -R and -D options (see above). It also |
504 | lows the cancellation of existing remote port-forwardings using | 510 | allows the cancellation of existing remote port-forwardings using |
505 | -KR[bind_address:]port. !command allows the user to execute a | 511 | -KR[bind_address:]port. !command allows the user to execute a |
506 | local command if the PermitLocalCommand option is enabled in | 512 | local command if the PermitLocalCommand option is enabled in |
507 | ssh_config(5). Basic help is available, using the -h option. | 513 | ssh_config(5). Basic help is available, using the -h option. |
@@ -864,4 +870,4 @@ AUTHORS | |||
864 | created OpenSSH. Markus Friedl contributed the support for SSH protocol | 870 | created OpenSSH. Markus Friedl contributed the support for SSH protocol |
865 | versions 1.5 and 2.0. | 871 | versions 1.5 and 2.0. |
866 | 872 | ||
867 | OpenBSD 4.4 July 2, 2008 14 | 873 | OpenBSD 4.5 February 12, 2009 14 |