diff options
Diffstat (limited to 'ssh.1')
-rw-r--r-- | ssh.1 | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -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.215 2005/12/06 22:38:27 reyk Exp $ | 37 | .\" $OpenBSD: ssh.1,v 1.216 2005/12/07 10:52:13 jmc Exp $ |
38 | .Dd September 25, 1999 | 38 | .Dd September 25, 1999 |
39 | .Dt SSH 1 | 39 | .Dt SSH 1 |
40 | .Os | 40 | .Os |
@@ -77,9 +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 | .Op Fl w Ar tunnel : tunnel | 80 | .Bk -words |
81 | .Op Fl w Ar tunnel : Ns Ar tunnel | ||
81 | .Oo Ar user Ns @ Oc Ns Ar hostname | 82 | .Oo Ar user Ns @ Oc Ns Ar hostname |
82 | .Op Ar command | 83 | .Op Ar command |
84 | .Ek | ||
83 | .Sh DESCRIPTION | 85 | .Sh DESCRIPTION |
84 | .Nm | 86 | .Nm |
85 | (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 |
@@ -302,7 +304,7 @@ options (see below). | |||
302 | It also allows the cancellation of existing remote port-forwardings | 304 | It also allows the cancellation of existing remote port-forwardings |
303 | using | 305 | using |
304 | .Fl KR Ar hostport . | 306 | .Fl KR Ar hostport . |
305 | The | 307 | The |
306 | .Ic ! Ar command | 308 | .Ic ! Ar command |
307 | allows the user to execute a local command if the | 309 | allows the user to execute a local command if the |
308 | .Ic PermitLocalCommand | 310 | .Ic PermitLocalCommand |
@@ -877,7 +879,7 @@ Multiple | |||
877 | .Fl v | 879 | .Fl v |
878 | options increase the verbosity. | 880 | options increase the verbosity. |
879 | The maximum is 3. | 881 | The maximum is 3. |
880 | .It Fl w | 882 | .It Fl w Ar tunnel : Ns Ar tunnel |
881 | Requests a | 883 | Requests a |
882 | .Xr tun 4 | 884 | .Xr tun 4 |
883 | device on the client and server like the | 885 | device on the client and server like the |