diff options
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | ssh.1 | 10 |
2 files changed, 12 insertions, 6 deletions
@@ -20,11 +20,15 @@ | |||
20 | except that it depends on the tun(4) network interface on both ends of | 20 | except that it depends on the tun(4) network interface on both ends of |
21 | the connection for layer 2 or layer 3 tunneling. This diff also adds | 21 | the connection for layer 2 or layer 3 tunneling. This diff also adds |
22 | support for LocalCommand in the ssh(1) client. | 22 | support for LocalCommand in the ssh(1) client. |
23 | |||
24 | ok djm@, markus@, jmc@ (manpages), tested and discussed with others | 23 | ok djm@, markus@, jmc@ (manpages), tested and discussed with others |
25 | - djm@cvs.openbsd.org 2005/12/07 03:52:22 | 24 | - djm@cvs.openbsd.org 2005/12/07 03:52:22 |
26 | [clientloop.c] | 25 | [clientloop.c] |
27 | reyk forgot to compile with -Werror (missing header) | 26 | reyk forgot to compile with -Werror (missing header) |
27 | - jmc@cvs.openbsd.org 2005/12/07 10:52:13 | ||
28 | [ssh.1] | ||
29 | - avoid line split in SYNOPSIS | ||
30 | - add args to -w | ||
31 | - kill trailing whitespace | ||
28 | 32 | ||
29 | 20051201 | 33 | 20051201 |
30 | - (djm) [envpass.sh] Remove regress script that was accidentally committed | 34 | - (djm) [envpass.sh] Remove regress script that was accidentally committed |
@@ -3417,4 +3421,4 @@ | |||
3417 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM | 3421 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM |
3418 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu | 3422 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu |
3419 | 3423 | ||
3420 | $Id: ChangeLog,v 1.4020 2005/12/13 08:29:36 djm Exp $ | 3424 | $Id: ChangeLog,v 1.4021 2005/12/13 08:30:05 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.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 |