summaryrefslogtreecommitdiff
path: root/ssh-add.1
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2012-12-03 09:50:24 +1100
committerDamien Miller <djm@mindrot.org>2012-12-03 09:50:24 +1100
commit33a813613a9f48acba0e88f4c51a6a25259bbebc (patch)
tree0b987e5c011da04c14870e54435bbf7442fcfbbf /ssh-add.1
parentcb6b68b209d8868a94a30b1a634beb1a65cb5265 (diff)
- djm@cvs.openbsd.org 2012/12/02 20:42:15
[ssh-add.1 ssh-add.c] make deleting explicit keys "ssh-add -d" symmetric with adding keys - try to delete the corresponding certificate too and respect the -k option to allow deleting of the key only; feedback and ok markus@
Diffstat (limited to 'ssh-add.1')
-rw-r--r--ssh-add.114
1 files changed, 7 insertions, 7 deletions
diff --git a/ssh-add.1 b/ssh-add.1
index aec620dea..af93762ae 100644
--- a/ssh-add.1
+++ b/ssh-add.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ssh-add.1,v 1.56 2011/10/18 05:00:48 djm Exp $ 1.\" $OpenBSD: ssh-add.1,v 1.57 2012/12/02 20:42:15 djm Exp $
2.\" 2.\"
3.\" Author: Tatu Ylonen <ylo@cs.hut.fi> 3.\" Author: Tatu Ylonen <ylo@cs.hut.fi>
4.\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 4.\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -35,7 +35,7 @@
35.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 35.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
36.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 36.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
37.\" 37.\"
38.Dd $Mdocdate: October 18 2011 $ 38.Dd $Mdocdate: December 2 2012 $
39.Dt SSH-ADD 1 39.Dt SSH-ADD 1
40.Os 40.Os
41.Sh NAME 41.Sh NAME
@@ -98,10 +98,10 @@ Deletes all identities from the agent.
98Instead of adding identities, removes identities from the agent. 98Instead of adding identities, removes identities from the agent.
99If 99If
100.Nm 100.Nm
101has been run without arguments, the keys for the default identities will 101has been run without arguments, the keys for the default identities and
102be removed. 102their corresponding certificateswill be removed.
103Otherwise, the argument list will be interpreted as a list of paths to 103Otherwise, the argument list will be interpreted as a list of paths to
104public key files and matching keys will be removed from the agent. 104public key files to specify keys and certificates to be removed from the agent.
105If no public key is found at a given path, 105If no public key is found at a given path,
106.Nm 106.Nm
107will append 107will append
@@ -111,8 +111,8 @@ and retry.
111Remove keys provided by the PKCS#11 shared library 111Remove keys provided by the PKCS#11 shared library
112.Ar pkcs11 . 112.Ar pkcs11 .
113.It Fl k 113.It Fl k
114When loading keys into the agent, load plain private keys only and skip 114When loading keys into or deleting keys from the agent, process plain private
115certificates. 115keys only and skip certificates.
116.It Fl L 116.It Fl L
117Lists public key parameters of all identities currently represented 117Lists public key parameters of all identities currently represented
118by the agent. 118by the agent.