summaryrefslogtreecommitdiff
path: root/ssh-add.1
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2007-06-12 23:39:52 +1000
committerDarren Tucker <dtucker@zip.com.au>2007-06-12 23:39:52 +1000
commit29a5707accd89cefb6c0a03ada09511c0cd6985a (patch)
treee4e03cebb75f09860bc33141d0440d63d60a0800 /ssh-add.1
parent395ecc2bdeefd86a31562dd4145f370b816814bd (diff)
- 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 68b0de714..550562f94 100644
--- a/ssh-add.1
+++ b/ssh-add.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ssh-add.1,v 1.44 2007/05/31 19:20:16 jmc Exp $ 1.\" $OpenBSD: ssh-add.1,v 1.45 2007/06/12 07:41:00 djm Exp $
2.\" 2.\"
3.\" -*- nroff -*- 3.\" -*- nroff -*-
4.\" 4.\"
@@ -37,7 +37,7 @@
37.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 37.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
38.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 38.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
39.\" 39.\"
40.Dd $Mdocdate: May 31 2007 $ 40.Dd $Mdocdate: June 5 2007 $
41.Dt SSH-ADD 1 41.Dt SSH-ADD 1
42.Os 42.Os
43.Sh NAME 43.Sh NAME
@@ -89,7 +89,18 @@ program, rather than text entered into the requester.
89.It Fl D 89.It Fl D
90Deletes all identities from the agent. 90Deletes all identities from the agent.
91.It Fl d 91.It Fl d
92Instead of adding the identity, removes the identity from the agent. 92Instead of adding identies, removes identities from the agent.
93If
94.Nm
95has been run without arguments, the keys for the default identies will
96be removed.
97Otherwise, the argument list will be interpreted as a list of paths to
98public key files and matching keys will be removed from the agent.
99If no public key is found at a given path,
100.Nm
101will append
102.Pa .pub
103and retry.
93.It Fl e Ar reader 104.It Fl e Ar reader
94Remove key in smartcard 105Remove key in smartcard
95.Ar reader . 106.Ar reader .