summaryrefslogtreecommitdiff
path: root/ssh-add.1
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-08-06 22:03:08 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-08-06 22:03:08 +0000
commite690121f0de556b0e4595630540ab0ae52115c0d (patch)
treeb69f9b639a811d62a2f9984eadf382721317a739 /ssh-add.1
parent0b5afb98eba742712a30509778e3a1e73c16cea3 (diff)
- jakob@cvs.openbsd.org 2001/08/03 10:31:19
[ssh-add.1] document smartcard options. ok markus@
Diffstat (limited to 'ssh-add.1')
-rw-r--r--ssh-add.112
1 files changed, 11 insertions, 1 deletions
diff --git a/ssh-add.1 b/ssh-add.1
index 2bcbe0eeb..e906c912f 100644
--- a/ssh-add.1
+++ b/ssh-add.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ssh-add.1,v 1.25 2001/05/05 13:42:52 stevesk Exp $ 1.\" $OpenBSD: ssh-add.1,v 1.26 2001/08/03 10:31:19 jakob Exp $
2.\" 2.\"
3.\" -*- nroff -*- 3.\" -*- nroff -*-
4.\" 4.\"
@@ -47,6 +47,10 @@
47.Nm ssh-add 47.Nm ssh-add
48.Op Fl lLdD 48.Op Fl lLdD
49.Op Ar 49.Op Ar
50.Nm ssh-add
51.Fl s Ar reader
52.Nm ssh-add
53.Fl e Ar reader
50.Sh DESCRIPTION 54.Sh DESCRIPTION
51.Nm 55.Nm
52adds RSA or DSA identities to the authentication agent, 56adds RSA or DSA identities to the authentication agent,
@@ -76,6 +80,12 @@ Lists public key parameters of all identities currently represented by the agent
76Instead of adding the identity, removes the identity from the agent. 80Instead of adding the identity, removes the identity from the agent.
77.It Fl D 81.It Fl D
78Deletes all identities from the agent. 82Deletes all identities from the agent.
83.It Fl s Ar reader
84Add key in smartcard
85.Ar reader .
86.It Fl e Ar reader
87Remove key in smartcard
88.Ar reader .
79.El 89.El
80.Sh FILES 90.Sh FILES
81.Bl -tag -width Ds 91.Bl -tag -width Ds