summaryrefslogtreecommitdiff
path: root/ssh-add.1
diff options
context:
space:
mode:
authordtucker <dtucker>2007-06-12 13:39:52 +0000
committerdtucker <dtucker>2007-06-12 13:39:52 +0000
commite0ead650ee439f9b84fa5a111108d241772b14d2 (patch)
tree74abaea8b571a4ccbdee459d48529450b3beb505 /ssh-add.1
parent23d47ccc209d2783e4f85c0ce59d057e980a3254 (diff)
downloadopenssh-e0ead650ee439f9b84fa5a111108d241772b14d2.tar.gz
- djm@cvs.openbsd.org 2007/06/12 07:41:00
[ssh-add.1] better document ssh-add's -d option (delete identies from agent), bz#1224 new text based on some provided by andrewmc-debian AT celt.dias.ie; ok dtucker@
Diffstat (limited to 'ssh-add.1')
-rw-r--r--ssh-add.117
1 files changed, 14 insertions, 3 deletions
diff --git a/ssh-add.1 b/ssh-add.1
index 68b0de71..550562f9 100644
--- a/ssh-add.1
+++ b/ssh-add.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ssh-add.1,v 1.44 2007/05/31 19:20:16 jmc Exp $
+.\" $OpenBSD: ssh-add.1,v 1.45 2007/06/12 07:41:00 djm Exp $
.\"
.\" -*- nroff -*-
.\"
@@ -37,7 +37,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: June 5 2007 $
.Dt SSH-ADD 1
.Os
.Sh NAME
@@ -89,7 +89,18 @@ program, rather than text entered into the requester.
.It Fl D
Deletes all identities from the agent.
.It Fl d
-Instead of adding the identity, removes the identity from the agent.
+Instead of adding identies, removes identities from the agent.
+If
+.Nm
+has been run without arguments, the keys for the default identies will
+be removed.
+Otherwise, the argument list will be interpreted as a list of paths to
+public key files and matching keys will be removed from the agent.
+If no public key is found at a given path,
+.Nm
+will append
+.Pa .pub
+and retry.
.It Fl e Ar reader
Remove key in smartcard
.Ar reader .