diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | ssh.1 | 15 |
2 files changed, 18 insertions, 3 deletions
@@ -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 | ||
33 | 20051220 | 37 | 20051220 |
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 $ |
@@ -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 |
583 | Requests a | 583 | Requests a |
584 | .Xr tun 4 | 584 | .Xr tun 4 |
585 | device on the client and server like the | 585 | device on the client |
586 | (first | ||
587 | .Ar tunnel | ||
588 | arg) | ||
589 | and server | ||
590 | (second | ||
591 | .Ar tunnel | ||
592 | arg). | ||
593 | The devices may be specified by numerical ID or the keyword | ||
594 | .Dq any , | ||
595 | which uses the next available tunnel device. | ||
596 | See also the | ||
586 | .Cm Tunnel | 597 | .Cm Tunnel |
587 | directive in | 598 | directive in |
588 | .Xr ssh_config 5 . | 599 | .Xr ssh_config 5 . |