summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--ssh.115
2 files changed, 18 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 4072f14ba..37cd66bd9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -29,6 +29,10 @@
29 - jmc@cvs.openbsd.org 2005/12/22 10:31:40 29 - jmc@cvs.openbsd.org 2005/12/22 10:31:40
30 [ssh_config.5] 30 [ssh_config.5]
31 put the description of "UsePrivilegedPort" in the correct place; 31 put the description of "UsePrivilegedPort" in the correct place;
32 - jmc@cvs.openbsd.org 2005/12/22 11:23:42
33 [ssh.1]
34 expand the description of -w somewhat;
35 help/ok reyk
32 36
3320051220 3720051220
34 - (dtucker) OpenBSD CVS Sync 38 - (dtucker) OpenBSD CVS Sync
@@ -3531,4 +3535,4 @@
3531 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 3535 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
3532 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 3536 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
3533 3537
3534$Id: ChangeLog,v 1.4047 2005/12/24 03:55:47 djm Exp $ 3538$Id: ChangeLog,v 1.4048 2005/12/24 03:56:04 djm Exp $
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 .