diff options
Diffstat (limited to 'ssh-add.1')
-rw-r--r-- | ssh-add.1 | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: ssh-add.1,v 1.49 2010/02/08 10:50:20 markus Exp $ | 1 | .\" $OpenBSD: ssh-add.1,v 1.50 2010/02/08 22:03:05 jmc Exp $ |
2 | .\" | 2 | .\" |
3 | .\" -*- nroff -*- | 3 | .\" -*- nroff -*- |
4 | .\" | 4 | .\" |
@@ -49,9 +49,9 @@ | |||
49 | .Op Fl t Ar life | 49 | .Op Fl t Ar life |
50 | .Op Ar | 50 | .Op Ar |
51 | .Nm ssh-add | 51 | .Nm ssh-add |
52 | .Fl s Ar reader | 52 | .Fl s Ar pkcs11 |
53 | .Nm ssh-add | 53 | .Nm ssh-add |
54 | .Fl e Ar reader | 54 | .Fl e Ar pkcs11 |
55 | .Sh DESCRIPTION | 55 | .Sh DESCRIPTION |
56 | .Nm | 56 | .Nm |
57 | adds RSA or DSA identities to the authentication agent, | 57 | adds RSA or DSA identities to the authentication agent, |
@@ -110,7 +110,7 @@ by the agent. | |||
110 | .It Fl l | 110 | .It Fl l |
111 | Lists fingerprints of all identities currently represented by the agent. | 111 | Lists fingerprints of all identities currently represented by the agent. |
112 | .It Fl s Ar pkcs11 | 112 | .It Fl s Ar pkcs11 |
113 | Add key provider by | 113 | Add key provided by |
114 | .Ar pkcs11 . | 114 | .Ar pkcs11 . |
115 | .It Fl t Ar life | 115 | .It Fl t Ar life |
116 | Set a maximum lifetime when adding identities to an agent. | 116 | Set a maximum lifetime when adding identities to an agent. |