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.1 | |
parent | 87552344215a38d3a2b0d4d63dc151e05978bbe1 (diff) | |
parent | 54af7a4ae8d455791a631bdfaade4b64436ae16a (diff) |
import openssh-5.2p1-gsskex-all-20090726.patch
Diffstat (limited to 'ssh.1')
-rw-r--r-- | ssh.1 | 25 |
1 files changed, 19 insertions, 6 deletions
@@ -34,8 +34,8 @@ | |||
34 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | 34 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
35 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 35 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
36 | .\" | 36 | .\" |
37 | .\" $OpenBSD: ssh.1,v 1.277 2008/07/02 13:47:39 djm Exp $ | 37 | .\" $OpenBSD: ssh.1,v 1.282 2009/02/12 03:44:25 djm Exp $ |
38 | .Dd $Mdocdate: July 2 2008 $ | 38 | .Dd $Mdocdate: February 12 2009 $ |
39 | .Dt SSH 1 | 39 | .Dt SSH 1 |
40 | .Os | 40 | .Os |
41 | .Sh NAME | 41 | .Sh NAME |
@@ -43,7 +43,7 @@ | |||
43 | .Nd OpenSSH SSH client (remote login program) | 43 | .Nd OpenSSH SSH client (remote login program) |
44 | .Sh SYNOPSIS | 44 | .Sh SYNOPSIS |
45 | .Nm ssh | 45 | .Nm ssh |
46 | .Op Fl 1246AaCfgKkMNnqsTtVvXxY | 46 | .Op Fl 1246AaCfgKkMNnqsTtVvXxYy |
47 | .Op Fl b Ar bind_address | 47 | .Op Fl b Ar bind_address |
48 | .Op Fl c Ar cipher_spec | 48 | .Op Fl c Ar cipher_spec |
49 | .Oo Fl D\ \& | 49 | .Oo Fl D\ \& |
@@ -550,7 +550,7 @@ using an alternative syntax: | |||
550 | .Pp | 550 | .Pp |
551 | By default, the listening socket on the server will be bound to the loopback | 551 | By default, the listening socket on the server will be bound to the loopback |
552 | interface only. | 552 | interface only. |
553 | This may be overriden by specifying a | 553 | This may be overridden by specifying a |
554 | .Ar bind_address . | 554 | .Ar bind_address . |
555 | An empty | 555 | An empty |
556 | .Ar bind_address , | 556 | .Ar bind_address , |
@@ -563,6 +563,13 @@ will only succeed if the server's | |||
563 | .Cm GatewayPorts | 563 | .Cm GatewayPorts |
564 | option is enabled (see | 564 | option is enabled (see |
565 | .Xr sshd_config 5 ) . | 565 | .Xr sshd_config 5 ) . |
566 | .Pp | ||
567 | If the | ||
568 | .Ar port | ||
569 | argument is | ||
570 | .Ql 0 , | ||
571 | the listen port will be dynamically allocated on the server and reported | ||
572 | to the client at run time. | ||
566 | .It Fl S Ar ctl_path | 573 | .It Fl S Ar ctl_path |
567 | Specifies the location of a control socket for connection sharing. | 574 | Specifies the location of a control socket for connection sharing. |
568 | Refer to the description of | 575 | Refer to the description of |
@@ -658,6 +665,11 @@ Disables X11 forwarding. | |||
658 | Enables trusted X11 forwarding. | 665 | Enables trusted X11 forwarding. |
659 | Trusted X11 forwardings are not subjected to the X11 SECURITY extension | 666 | Trusted X11 forwardings are not subjected to the X11 SECURITY extension |
660 | controls. | 667 | controls. |
668 | .It Fl y | ||
669 | Send log information using the | ||
670 | .Xr syslog 3 | ||
671 | system module. | ||
672 | By default this information is sent to stderr. | ||
661 | .El | 673 | .El |
662 | .Pp | 674 | .Pp |
663 | .Nm | 675 | .Nm |
@@ -893,9 +905,10 @@ Send a BREAK to the remote system | |||
893 | .It Cm ~C | 905 | .It Cm ~C |
894 | Open command line. | 906 | Open command line. |
895 | Currently this allows the addition of port forwardings using the | 907 | Currently this allows the addition of port forwardings using the |
896 | .Fl L | 908 | .Fl L , |
897 | and | ||
898 | .Fl R | 909 | .Fl R |
910 | and | ||
911 | .Fl D | ||
899 | options (see above). | 912 | options (see above). |
900 | It also allows the cancellation of existing remote port-forwardings | 913 | It also allows the cancellation of existing remote port-forwardings |
901 | using | 914 | using |