summaryrefslogtreecommitdiff
path: root/ssh.1
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2005-12-24 14:56:04 +1100
committerDamien Miller <djm@mindrot.org>2005-12-24 14:56:04 +1100
commitcf1e342c6c10dc216ce165684bca058377c3b7e6 (patch)
treed84380347a7c45de03e91e204f1619638e7f2a62 /ssh.1
parente8cd741929796ef87ee61eb27ae7149ed7cbe1bb (diff)
- jmc@cvs.openbsd.org 2005/12/22 11:23:42
[ssh.1] expand the description of -w somewhat; help/ok reyk
Diffstat (limited to 'ssh.1')
-rw-r--r--ssh.115
1 files changed, 13 insertions, 2 deletions
diff --git a/ssh.1 b/ssh.1
index 36abe684a..c42d74eba 100644
--- a/ssh.1
+++ b/ssh.1
@@ -34,7 +34,7 @@
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.227 2005/12/21 12:53:31 jmc Exp $ 37.\" $OpenBSD: ssh.1,v 1.228 2005/12/22 11:23:42 jmc Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSH 1 39.Dt SSH 1
40.Os 40.Os
@@ -582,7 +582,18 @@ The maximum is 3.
582.It Fl w Ar tunnel : Ns Ar tunnel 582.It Fl w Ar tunnel : Ns Ar tunnel
583Requests a 583Requests a
584.Xr tun 4 584.Xr tun 4
585device on the client and server like the 585device on the client
586(first
587.Ar tunnel
588arg)
589and server
590(second
591.Ar tunnel
592arg).
593The devices may be specified by numerical ID or the keyword
594.Dq any ,
595which uses the next available tunnel device.
596See also the
586.Cm Tunnel 597.Cm Tunnel
587directive in 598directive in
588.Xr ssh_config 5 . 599.Xr ssh_config 5 .