diff options
Diffstat (limited to 'ssh-add.0')
-rw-r--r-- | ssh-add.0 | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -4,7 +4,7 @@ NAME | |||
4 | ssh-add - adds private key identities to the authentication agent | 4 | ssh-add - adds private key identities to the authentication agent |
5 | 5 | ||
6 | SYNOPSIS | 6 | SYNOPSIS |
7 | ssh-add [-cDdLlXx] [-t life] [file ...] | 7 | ssh-add [-cDdkLlXx] [-t life] [file ...] |
8 | ssh-add -s pkcs11 | 8 | ssh-add -s pkcs11 |
9 | ssh-add -e pkcs11 | 9 | ssh-add -e pkcs11 |
10 | 10 | ||
@@ -45,6 +45,9 @@ DESCRIPTION | |||
45 | -e pkcs11 | 45 | -e pkcs11 |
46 | Remove keys provided by the PKCS#11 shared library pkcs11. | 46 | Remove keys provided by the PKCS#11 shared library pkcs11. |
47 | 47 | ||
48 | -k When loading keys into the agent, load plain private keys only | ||
49 | and skip certificates. | ||
50 | |||
48 | -L Lists public key parameters of all identities currently | 51 | -L Lists public key parameters of all identities currently |
49 | represented by the agent. | 52 | represented by the agent. |
50 | 53 | ||
@@ -112,4 +115,4 @@ AUTHORS | |||
112 | created OpenSSH. Markus Friedl contributed the support for SSH protocol | 115 | created OpenSSH. Markus Friedl contributed the support for SSH protocol |
113 | versions 1.5 and 2.0. | 116 | versions 1.5 and 2.0. |
114 | 117 | ||
115 | OpenBSD 5.0 October 28, 2010 OpenBSD 5.0 | 118 | OpenBSD 5.0 October 18, 2011 OpenBSD 5.0 |