summaryrefslogtreecommitdiff
path: root/ssh.1
diff options
context:
space:
mode:
Diffstat (limited to 'ssh.1')
-rw-r--r--ssh.122
1 files changed, 21 insertions, 1 deletions
diff --git a/ssh.1 b/ssh.1
index dc177c8ba..eeeab9bd1 100644
--- a/ssh.1
+++ b/ssh.1
@@ -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
426Specifies the user to log in as on the remote machine. 427Specifies the user to log in as on the remote machine.
427This also may be specified on a per-host basis in the configuration file. 428This also may be specified on a per-host basis in the configuration file.
429.It Fl m Ar mac_spec
430Additionally, for protocol version 2 a comma-separated list of MAC
431(message authentication code) algorithms can
432be specified in order of preference.
433See the
434.Cm MACs
435keyword for more information.
428.It Fl n 436.It Fl n
429Redirects stdin from 437Redirects 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
814The possible values are: 822The possible values are:
815QUIET, FATAL, ERROR, INFO, VERBOSE and DEBUG. 823QUIET, FATAL, ERROR, INFO, VERBOSE and DEBUG.
816The default is INFO. 824The default is INFO.
825.It Cm MACs
826Specifies the MAC (message authentication code) algorithms
827in order of preference.
828The MAC algorithm is used in protocol version 2
829for data integrity protection.
830Multiple algorithms must be comma-separated.
831The 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
818Specifies the number of password prompts before giving up. 838Specifies the number of password prompts before giving up.
819The argument to this keyword must be an integer. 839The argument to this keyword must be an integer.