aboutsummaryrefslogtreecommitdiff
path: root/ssh-add.0
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2008-07-23 09:23:42 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2008-07-23 09:23:42 +0000
commit490bfaade9fd39fe364761a9abb9e53381c5571c (patch)
tree043f54862360ff8a1158c881c9634f7ee0cd52b9 /ssh-add.0
parent8211d6b01828096abeefb4a88cd06030d0097c10 (diff)
Vendor import of OpenSSH 4.7p1 for posterity's sakevendor/openssh/4.7p1
Notes
Notes: svn path=/vendor-crypto/openssh/dist/; revision=180744 svn path=/vendor-crypto/openssh/4.7p1/; revision=180745; tag=vendor/openssh/4.7p1
Diffstat (limited to 'ssh-add.0')
-rw-r--r--ssh-add.010
1 files changed, 7 insertions, 3 deletions
diff --git a/ssh-add.0 b/ssh-add.0
index 71ce5d26b2c9..210b2afda45c 100644
--- a/ssh-add.0
+++ b/ssh-add.0
@@ -30,8 +30,12 @@ DESCRIPTION
-D Deletes all identities from the agent.
- -d Instead of adding the identity, removes the identity from the
- agent.
+ -d Instead of adding identities, removes identities from the agent.
+ If ssh-add has been run without arguments, the keys for the de-
+ fault identities 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, ssh-add will append .pub and retry.
-e reader
Remove key in smartcard reader.
@@ -99,4 +103,4 @@ AUTHORS
ated OpenSSH. Markus Friedl contributed the support for SSH protocol
versions 1.5 and 2.0.
-OpenBSD 4.1 September 25, 1999 2
+OpenBSD 4.2 June 12, 2007 2