diff options
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | ssh.1 | 20 |
2 files changed, 17 insertions, 11 deletions
@@ -1,6 +1,12 @@ | |||
1 | 20040630 | 1 | 20040630 |
2 | - (dtucker) [auth-pam.c] Check for buggy PAM modules that return a NULL | 2 | - (dtucker) [auth-pam.c] Check for buggy PAM modules that return a NULL |
3 | appdata_ptr to the conversation function. ok djm@ | 3 | appdata_ptr to the conversation function. ok djm@ |
4 | - (djm) OpenBSD CVS Sync | ||
5 | - jmc@cvs.openbsd.org 2004/06/26 09:03:21 | ||
6 | [ssh.1] | ||
7 | - remove double word | ||
8 | - rearrange .Bk to keep SYNOPSIS nice | ||
9 | - -M before -m in options description | ||
4 | 10 | ||
5 | 20040627 | 11 | 20040627 |
6 | - (tim) update README files. | 12 | - (tim) update README files. |
@@ -1447,4 +1453,4 @@ | |||
1447 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM | 1453 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM |
1448 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu | 1454 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu |
1449 | 1455 | ||
1450 | $Id: ChangeLog,v 1.3458 2004/06/30 10:34:31 dtucker Exp $ | 1456 | $Id: ChangeLog,v 1.3459 2004/06/30 12:37:57 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.192 2004/06/18 10:55:43 markus Exp $ | 37 | .\" $OpenBSD: ssh.1,v 1.193 2004/06/26 09:03:21 jmc Exp $ |
38 | .Dd September 25, 1999 | 38 | .Dd September 25, 1999 |
39 | .Dt SSH 1 | 39 | .Dt SSH 1 |
40 | .Os | 40 | .Os |
@@ -46,11 +46,11 @@ | |||
46 | .Op Fl 1246AaCfgkMNnqsTtVvXxY | 46 | .Op Fl 1246AaCfgkMNnqsTtVvXxY |
47 | .Op Fl b Ar bind_address | 47 | .Op Fl b Ar bind_address |
48 | .Op Fl c Ar cipher_spec | 48 | .Op Fl c Ar cipher_spec |
49 | .Bk -words | ||
49 | .Op Fl D Ar port | 50 | .Op Fl D Ar port |
50 | .Op Fl e Ar escape_char | 51 | .Op Fl e Ar escape_char |
51 | .Op Fl F Ar configfile | 52 | .Op Fl F Ar configfile |
52 | .Op Fl i Ar identity_file | 53 | .Op Fl i Ar identity_file |
53 | .Bk -words | ||
54 | .Oo Fl L Xo | 54 | .Oo Fl L Xo |
55 | .Sm off | 55 | .Sm off |
56 | .Ar port : | 56 | .Ar port : |
@@ -599,13 +599,6 @@ IPv6 addresses can be specified with an alternative syntax: | |||
599 | .It Fl l Ar login_name | 599 | .It Fl l Ar login_name |
600 | Specifies the user to log in as on the remote machine. | 600 | Specifies the user to log in as on the remote machine. |
601 | This also may be specified on a per-host basis in the configuration file. | 601 | This also may be specified on a per-host basis in the configuration file. |
602 | .It Fl m Ar mac_spec | ||
603 | Additionally, for protocol version 2 a comma-separated list of MAC | ||
604 | (message authentication code) algorithms can | ||
605 | be specified in order of preference. | ||
606 | See the | ||
607 | .Cm MACs | ||
608 | keyword for more information. | ||
609 | .It Fl M | 602 | .It Fl M |
610 | Places the | 603 | Places the |
611 | .Nm | 604 | .Nm |
@@ -617,6 +610,13 @@ Refer to the description of | |||
617 | in | 610 | in |
618 | .Xr ssh_config 5 | 611 | .Xr ssh_config 5 |
619 | for details. | 612 | for details. |
613 | .It Fl m Ar mac_spec | ||
614 | Additionally, for protocol version 2 a comma-separated list of MAC | ||
615 | (message authentication code) algorithms can | ||
616 | be specified in order of preference. | ||
617 | See the | ||
618 | .Cm MACs | ||
619 | keyword for more information. | ||
620 | .It Fl N | 620 | .It Fl N |
621 | Do not execute a remote command. | 621 | Do not execute a remote command. |
622 | This is useful for just forwarding ports | 622 | This is useful for just forwarding ports |
@@ -739,7 +739,7 @@ IPv6 addresses can be specified with an alternative syntax: | |||
739 | .Xc | 739 | .Xc |
740 | .Sm on | 740 | .Sm on |
741 | .It Fl S Ar ctl | 741 | .It Fl S Ar ctl |
742 | Specifies the location of a control socket for for connection sharing. | 742 | Specifies the location of a control socket for connection sharing. |
743 | Refer to the description of | 743 | Refer to the description of |
744 | .Cm ControlPath | 744 | .Cm ControlPath |
745 | and | 745 | and |