diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2001-04-09 15:19:50 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2001-04-09 15:19:50 +0000 |
commit | a3555c8c6dddcd5a9535131a27fbb5a41861cfb8 (patch) | |
tree | 4ea144e74467f73469d83e4226968398d57f7b65 | |
parent | 295f645a9cc7960b5e6911e3852b8bfd697ebd9a (diff) |
ssh-add retries the last passphrase...
-rw-r--r-- | usr.bin/ssh/ssh-add.1 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/ssh/ssh-add.1 b/usr.bin/ssh/ssh-add.1 index 1feca8e71e0..3cdf337453d 100644 --- a/usr.bin/ssh/ssh-add.1 +++ b/usr.bin/ssh/ssh-add.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ssh-add.1,v 1.22 2001/03/02 18:54:31 deraadt Exp $ +.\" $OpenBSD: ssh-add.1,v 1.23 2001/04/09 15:19:49 markus Exp $ .\" .\" -*- nroff -*- .\" @@ -58,6 +58,8 @@ If any file requires a passphrase, .Nm asks for the passphrase from the user. The Passphrase it is read from the user's tty. +.Nm +retries the last passphrase if multiple identity files are given. .Pp The authentication agent must be running and must be an ancestor of the current process for |