diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2001-04-10 02:46:54 +0000 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2001-04-10 02:46:54 +0000 |
commit | 12de61680e1767a30cb521869b816181e1766b35 (patch) | |
tree | c6152c644dcc0f87bae1dc9da6d18ea89a9ceaba /ssh-add.1 | |
parent | ee61794620e6ce4d40ae0e3a90c2ee90bf5f4719 (diff) |
- markus@cvs.openbsd.org 2001/04/09 15:19:49
[ssh-add.1]
ssh-add retries the last passphrase...
Diffstat (limited to 'ssh-add.1')
-rw-r--r-- | ssh-add.1 | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |