From 12de61680e1767a30cb521869b816181e1766b35 Mon Sep 17 00:00:00 2001 From: Ben Lindstrom Date: Tue, 10 Apr 2001 02:46:54 +0000 Subject: [PATCH] - markus@cvs.openbsd.org 2001/04/09 15:19:49 [ssh-add.1] ssh-add retries the last passphrase... --- ChangeLog | 5 ++++- ssh-add.1 | 4 +++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 51c38fd5f..51e6872c5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 $ diff --git a/ssh-add.1 b/ssh-add.1 index 1feca8e71..3cdf33745 100644 --- a/ssh-add.1 +++ b/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