diff options
Diffstat (limited to 'ssh.1')
-rw-r--r-- | ssh.1 | 20 |
1 files changed, 16 insertions, 4 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.289 2010/01/09 23:04:13 dtucker Exp $ | 37 | .\" $OpenBSD: ssh.1,v 1.290 2010/01/11 01:39:46 dtucker Exp $ |
38 | .Dd $Mdocdate: January 9 2010 $ | 38 | .Dd $Mdocdate: January 11 2010 $ |
39 | .Dt SSH 1 | 39 | .Dt SSH 1 |
40 | .Os | 40 | .Os |
41 | .Sh NAME | 41 | .Sh NAME |
@@ -77,12 +77,11 @@ | |||
77 | .Sm on | 77 | .Sm on |
78 | .Oc | 78 | .Oc |
79 | .Op Fl S Ar ctl_path | 79 | .Op Fl S Ar ctl_path |
80 | .Bk -words | 80 | .Op Fl W Ar host : Ns Ar port |
81 | .Oo Fl w Ar local_tun Ns | 81 | .Oo Fl w Ar local_tun Ns |
82 | .Op : Ns Ar remote_tun Oc | 82 | .Op : Ns Ar remote_tun Oc |
83 | .Oo Ar user Ns @ Oc Ns Ar hostname | 83 | .Oo Ar user Ns @ Oc Ns Ar hostname |
84 | .Op Ar command | 84 | .Op Ar command |
85 | .Ek | ||
86 | .Sh DESCRIPTION | 85 | .Sh DESCRIPTION |
87 | .Nm | 86 | .Nm |
88 | (SSH client) is a program for logging into a remote machine and for | 87 | (SSH client) is a program for logging into a remote machine and for |
@@ -594,6 +593,19 @@ Multiple | |||
594 | .Fl v | 593 | .Fl v |
595 | options increase the verbosity. | 594 | options increase the verbosity. |
596 | The maximum is 3. | 595 | The maximum is 3. |
596 | .It Fl W Ar host : Ns Ar port | ||
597 | Requests that standard input and output on the client be forwarded to | ||
598 | .Ar host | ||
599 | on | ||
600 | .Ar port | ||
601 | over the secure channel. | ||
602 | Implies | ||
603 | .Fl N , | ||
604 | .Fl T , | ||
605 | .Cm ExitOnForwardFailure | ||
606 | and | ||
607 | .Cm ClearAllForwardings | ||
608 | and works with Protocol version 2 only. | ||
597 | .It Fl w Xo | 609 | .It Fl w Xo |
598 | .Ar local_tun Ns Op : Ns Ar remote_tun | 610 | .Ar local_tun Ns Op : Ns Ar remote_tun |
599 | .Xc | 611 | .Xc |