diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | ssh-add.1 | 12 |
2 files changed, 15 insertions, 2 deletions
@@ -132,6 +132,9 @@ | |||
132 | o) Delete .Sh OPTIONS. Text moved to .Sh DESCRIPTION; | 132 | o) Delete .Sh OPTIONS. Text moved to .Sh DESCRIPTION; |
133 | 133 | ||
134 | millert@ ok | 134 | millert@ ok |
135 | - jakob@cvs.openbsd.org 2001/08/03 10:31:19 | ||
136 | [ssh-add.1] | ||
137 | document smartcard options. ok markus@ | ||
135 | 138 | ||
136 | 20010803 | 139 | 20010803 |
137 | - (djm) Fix interrupted read in entropy gatherer. Spotted by markus@ on | 140 | - (djm) Fix interrupted read in entropy gatherer. Spotted by markus@ on |
@@ -6242,4 +6245,4 @@ | |||
6242 | - Wrote replacements for strlcpy and mkdtemp | 6245 | - Wrote replacements for strlcpy and mkdtemp |
6243 | - Released 1.0pre1 | 6246 | - Released 1.0pre1 |
6244 | 6247 | ||
6245 | $Id: ChangeLog,v 1.1460 2001/08/06 22:01:29 mouring Exp $ | 6248 | $Id: ChangeLog,v 1.1461 2001/08/06 22:03:08 mouring Exp $ |
@@ -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 |
52 | adds RSA or DSA identities to the authentication agent, | 56 | 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 | |||
76 | Instead of adding the identity, removes the identity from the agent. | 80 | Instead of adding the identity, removes the identity from the agent. |
77 | .It Fl D | 81 | .It Fl D |
78 | Deletes all identities from the agent. | 82 | Deletes all identities from the agent. |
83 | .It Fl s Ar reader | ||
84 | Add key in smartcard | ||
85 | .Ar reader . | ||
86 | .It Fl e Ar reader | ||
87 | Remove 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 |