summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2005-12-22 11:23:42 +0000
committerjmc <jmc@openbsd.org>2005-12-22 11:23:42 +0000
commit4a03eaa8a68fcafa198ae47bc83b7876898339b1 (patch)
tree627a56892d865cbd54b525fd0b3b7c904e587448
parentput the description of "UsePrivilegedPort" in the correct place; (diff)
downloadwireguard-openbsd-4a03eaa8a68fcafa198ae47bc83b7876898339b1.tar.xz
wireguard-openbsd-4a03eaa8a68fcafa198ae47bc83b7876898339b1.zip
expand the description of -w somewhat;
help/ok reyk
-rw-r--r--usr.bin/ssh/ssh.115
1 files changed, 13 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh.1 b/usr.bin/ssh/ssh.1
index 36abe684a7a..c42d74ebab9 100644
--- a/usr.bin/ssh/ssh.1
+++ b/usr.bin/ssh/ssh.1
@@ -34,7 +34,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $OpenBSD: ssh.1,v 1.227 2005/12/21 12:53:31 jmc Exp $
+.\" $OpenBSD: ssh.1,v 1.228 2005/12/22 11:23:42 jmc Exp $
.Dd September 25, 1999
.Dt SSH 1
.Os
@@ -582,7 +582,18 @@ The maximum is 3.
.It Fl w Ar tunnel : Ns Ar tunnel
Requests a
.Xr tun 4
-device on the client and server like the
+device on the client
+(first
+.Ar tunnel
+arg)
+and server
+(second
+.Ar tunnel
+arg).
+The devices may be specified by numerical ID or the keyword
+.Dq any ,
+which uses the next available tunnel device.
+See also the
.Cm Tunnel
directive in
.Xr ssh_config 5 .