- markus@cvs.openbsd.org 2001/04/09 15:19:49
[ssh-add.1] ssh-add retries the last passphrase...
This commit is contained in:
parent
ee61794620
commit
12de61680e
|
@ -15,6 +15,9 @@
|
|||
not successful and after last try.
|
||||
based on discussions with espie@, jakob@, ... and code from jakob@ and
|
||||
wolfgang@wsrcc.com
|
||||
- markus@cvs.openbsd.org 2001/04/09 15:19:49
|
||||
[ssh-add.1]
|
||||
ssh-add retries the last passphrase...
|
||||
|
||||
20010409
|
||||
- (stevesk) use setresgid() for setegid() if needed
|
||||
|
@ -4984,4 +4987,4 @@
|
|||
- Wrote replacements for strlcpy and mkdtemp
|
||||
- Released 1.0pre1
|
||||
|
||||
$Id: ChangeLog,v 1.1091 2001/04/10 02:45:32 mouring Exp $
|
||||
$Id: ChangeLog,v 1.1092 2001/04/10 02:46:54 mouring Exp $
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue