diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2001-08-06 22:03:08 +0000 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2001-08-06 22:03:08 +0000 |
commit | e690121f0de556b0e4595630540ab0ae52115c0d (patch) | |
tree | b69f9b639a811d62a2f9984eadf382721317a739 /ssh-add.1 | |
parent | 0b5afb98eba742712a30509778e3a1e73c16cea3 (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.1 | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -1,4 +1,4 @@ -.\" $OpenBSD: ssh-add.1,v 1.25 2001/05/05 13:42:52 stevesk Exp $ +.\" $OpenBSD: ssh-add.1,v 1.26 2001/08/03 10:31:19 jakob Exp $ .\" .\" -*- nroff -*- .\" @@ -47,6 +47,10 @@ .Nm ssh-add .Op Fl lLdD .Op Ar +.Nm ssh-add +.Fl s Ar reader +.Nm ssh-add +.Fl e Ar reader .Sh DESCRIPTION .Nm adds RSA or DSA identities to the authentication agent, @@ -76,6 +80,12 @@ Lists public key parameters of all identities currently represented by the agent Instead of adding the identity, removes the identity from the agent. .It Fl D Deletes all identities from the agent. +.It Fl s Ar reader +Add key in smartcard +.Ar reader . +.It Fl e Ar reader +Remove key in smartcard +.Ar reader . .El .Sh FILES .Bl -tag -width Ds |