diff options
-rw-r--r-- | ssh-add.1 | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: ssh-add.1,v 1.70 2019/10/31 21:19:56 djm Exp $ | 1 | .\" $OpenBSD: ssh-add.1,v 1.71 2019/11/01 00:52:35 jmc Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Author: Tatu Ylonen <ylo@cs.hut.fi> | 3 | .\" Author: Tatu Ylonen <ylo@cs.hut.fi> |
4 | .\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland | 4 | .\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland |
@@ -35,7 +35,7 @@ | |||
35 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | 35 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
36 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 36 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
37 | .\" | 37 | .\" |
38 | .Dd $Mdocdate: October 31 2019 $ | 38 | .Dd $Mdocdate: November 1 2019 $ |
39 | .Dt SSH-ADD 1 | 39 | .Dt SSH-ADD 1 |
40 | .Os | 40 | .Os |
41 | .Sh NAME | 41 | .Sh NAME |
@@ -45,8 +45,8 @@ | |||
45 | .Nm ssh-add | 45 | .Nm ssh-add |
46 | .Op Fl cDdkLlqvXx | 46 | .Op Fl cDdkLlqvXx |
47 | .Op Fl E Ar fingerprint_hash | 47 | .Op Fl E Ar fingerprint_hash |
48 | .Op Fl t Ar life | ||
49 | .Op Fl S Ar provider | 48 | .Op Fl S Ar provider |
49 | .Op Fl t Ar life | ||
50 | .Op Ar | 50 | .Op Ar |
51 | .Nm ssh-add | 51 | .Nm ssh-add |
52 | .Fl s Ar pkcs11 | 52 | .Fl s Ar pkcs11 |
@@ -132,14 +132,14 @@ by the agent. | |||
132 | Lists fingerprints of all identities currently represented by the agent. | 132 | Lists fingerprints of all identities currently represented by the agent. |
133 | .It Fl q | 133 | .It Fl q |
134 | Be quiet after a successful operation. | 134 | Be quiet after a successful operation. |
135 | .It Fl s Ar pkcs11 | ||
136 | Add keys provided by the PKCS#11 shared library | ||
137 | .Ar pkcs11 . | ||
138 | .It Fl S Ar provider | 135 | .It Fl S Ar provider |
139 | Specifies a path to a security key provider library that will be used when | 136 | Specifies a path to a security key provider library that will be used when |
140 | adding any security key-hosted keys, overriding the default of using the | 137 | adding any security key-hosted keys, overriding the default of using the |
141 | .Ev "SSH_SK_PROVIDER" | 138 | .Ev "SSH_SK_PROVIDER" |
142 | environment variable to specify a provider. | 139 | environment variable to specify a provider. |
140 | .It Fl s Ar pkcs11 | ||
141 | Add keys provided by the PKCS#11 shared library | ||
142 | .Ar pkcs11 . | ||
143 | .It Fl T Ar pubkey ... | 143 | .It Fl T Ar pubkey ... |
144 | Tests whether the private keys that correspond to the specified | 144 | Tests whether the private keys that correspond to the specified |
145 | .Ar pubkey | 145 | .Ar pubkey |