summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/ssh.1
diff options
context:
space:
mode:
authorDug Song <dugsong@cvs.openbsd.org>1999-10-06 20:07:43 +0000
committerDug Song <dugsong@cvs.openbsd.org>1999-10-06 20:07:43 +0000
commita8b7b1b4df56bcef239b5daf34abca18cf2bf60e (patch)
treee061ff3d9fae8b2963cc8ca41409e37292b440b6 /usr.bin/ssh/ssh.1
parent28b167d3f4e56942549a8a29fe979ab3510a640d (diff)
implement client NumberOfPasswordPrompts option
Diffstat (limited to 'usr.bin/ssh/ssh.1')
-rw-r--r--usr.bin/ssh/ssh.15
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.bin/ssh/ssh.1 b/usr.bin/ssh/ssh.1
index ffff1050c82..67049e7ef12 100644
--- a/usr.bin/ssh/ssh.1
+++ b/usr.bin/ssh/ssh.1
@@ -9,7 +9,7 @@
.\"
.\" Created: Sat Apr 22 21:55:14 1995 ylo
.\"
-.\" $Id: ssh.1,v 1.13 1999/10/03 21:50:04 provos Exp $
+.\" $Id: ssh.1,v 1.14 1999/10/06 20:07:42 dugsong Exp $
.\"
.Dd September 25, 1999
.Dt SSH 1
@@ -589,6 +589,9 @@ this keyword must be
.Dq yes
or
.Dq no .
+.It Cm NumberOfPasswordPrompts
+Specifies the number of password prompts before giving up. The
+argument to this keyword must be an integer. Default is 3.
.It Cm Port
Specifies the port number to connect on the remote host. Default is
22.