diff options
Diffstat (limited to 'ssh.1')
-rw-r--r-- | ssh.1 | 22 |
1 files changed, 21 insertions, 1 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.90 2001/02/10 16:03:29 markus Exp $ | 37 | .\" $OpenBSD: ssh.1,v 1.91 2001/02/11 12:59:25 markus Exp $ |
38 | .Dd September 25, 1999 | 38 | .Dd September 25, 1999 |
39 | .Dt SSH 1 | 39 | .Dt SSH 1 |
40 | .Os | 40 | .Os |
@@ -53,6 +53,7 @@ | |||
53 | .Op Fl e Ar escape_char | 53 | .Op Fl e Ar escape_char |
54 | .Op Fl i Ar identity_file | 54 | .Op Fl i Ar identity_file |
55 | .Op Fl l Ar login_name | 55 | .Op Fl l Ar login_name |
56 | .Op Fl m Ar mac_spec | ||
56 | .Op Fl o Ar option | 57 | .Op Fl o Ar option |
57 | .Op Fl p Ar port | 58 | .Op Fl p Ar port |
58 | .Oo Fl L Xo | 59 | .Oo Fl L Xo |
@@ -425,6 +426,13 @@ This may also be specified on a per-host basis in the configuration file. | |||
425 | .It Fl l Ar login_name | 426 | .It Fl l Ar login_name |
426 | Specifies the user to log in as on the remote machine. | 427 | Specifies the user to log in as on the remote machine. |
427 | This also may be specified on a per-host basis in the configuration file. | 428 | This also may be specified on a per-host basis in the configuration file. |
429 | .It Fl m Ar mac_spec | ||
430 | Additionally, for protocol version 2 a comma-separated list of MAC | ||
431 | (message authentication code) algorithms can | ||
432 | be specified in order of preference. | ||
433 | See the | ||
434 | .Cm MACs | ||
435 | keyword for more information. | ||
428 | .It Fl n | 436 | .It Fl n |
429 | Redirects stdin from | 437 | Redirects stdin from |
430 | .Pa /dev/null | 438 | .Pa /dev/null |
@@ -814,6 +822,18 @@ Gives the verbosity level that is used when logging messages from | |||
814 | The possible values are: | 822 | The possible values are: |
815 | QUIET, FATAL, ERROR, INFO, VERBOSE and DEBUG. | 823 | QUIET, FATAL, ERROR, INFO, VERBOSE and DEBUG. |
816 | The default is INFO. | 824 | The default is INFO. |
825 | .It Cm MACs | ||
826 | Specifies the MAC (message authentication code) algorithms | ||
827 | in order of preference. | ||
828 | The MAC algorithm is used in protocol version 2 | ||
829 | for data integrity protection. | ||
830 | Multiple algorithms must be comma-separated. | ||
831 | The default is | ||
832 | .Pp | ||
833 | .Bd -literal | ||
834 | ``hmac-sha1,hmac-md5,hmac-ripemd160,hmac-ripemd160@openssh.com, | ||
835 | hmac-sha1-96,hmac-md5-96'' | ||
836 | .Ed | ||
817 | .It Cm NumberOfPasswordPrompts | 837 | .It Cm NumberOfPasswordPrompts |
818 | Specifies the number of password prompts before giving up. | 838 | Specifies the number of password prompts before giving up. |
819 | The argument to this keyword must be an integer. | 839 | The argument to this keyword must be an integer. |