diff options
Diffstat (limited to 'ssh-add.0')
-rw-r--r-- | ssh-add.0 | 14 |
1 files changed, 12 insertions, 2 deletions
@@ -4,9 +4,10 @@ NAME | |||
4 | ssh-add M-bM-^@M-^S adds private key identities to the authentication agent | 4 | ssh-add M-bM-^@M-^S adds private key identities to the authentication agent |
5 | 5 | ||
6 | SYNOPSIS | 6 | SYNOPSIS |
7 | ssh-add [-cDdkLlqXx] [-E fingerprint_hash] [-t life] [file ...] | 7 | ssh-add [-cDdkLlqvXx] [-E fingerprint_hash] [-t life] [file ...] |
8 | ssh-add -s pkcs11 | 8 | ssh-add -s pkcs11 |
9 | ssh-add -e pkcs11 | 9 | ssh-add -e pkcs11 |
10 | ssh-add -T pubkey ... | ||
10 | 11 | ||
11 | DESCRIPTION | 12 | DESCRIPTION |
12 | ssh-add adds private key identities to the authentication agent, | 13 | ssh-add adds private key identities to the authentication agent, |
@@ -65,11 +66,20 @@ DESCRIPTION | |||
65 | -s pkcs11 | 66 | -s pkcs11 |
66 | Add keys provided by the PKCS#11 shared library pkcs11. | 67 | Add keys provided by the PKCS#11 shared library pkcs11. |
67 | 68 | ||
69 | -T pubkey ... | ||
70 | Tests whether the private keys that correspond to the specified | ||
71 | pubkey files are usable by performing sign and verify operations | ||
72 | on each. | ||
73 | |||
68 | -t life | 74 | -t life |
69 | Set a maximum lifetime when adding identities to an agent. The | 75 | Set a maximum lifetime when adding identities to an agent. The |
70 | lifetime may be specified in seconds or in a time format | 76 | lifetime may be specified in seconds or in a time format |
71 | specified in sshd_config(5). | 77 | specified in sshd_config(5). |
72 | 78 | ||
79 | -v Verbose mode. Causes ssh-add to print debugging messages about | ||
80 | its progress. This is helpful in debugging problems. Multiple | ||
81 | -v options increase the verbosity. The maximum is 3. | ||
82 | |||
73 | -X Unlock the agent. | 83 | -X Unlock the agent. |
74 | 84 | ||
75 | -x Lock the agent with a password. | 85 | -x Lock the agent with a password. |
@@ -120,4 +130,4 @@ AUTHORS | |||
120 | created OpenSSH. Markus Friedl contributed the support for SSH protocol | 130 | created OpenSSH. Markus Friedl contributed the support for SSH protocol |
121 | versions 1.5 and 2.0. | 131 | versions 1.5 and 2.0. |
122 | 132 | ||
123 | OpenBSD 6.4 August 29, 2017 OpenBSD 6.4 | 133 | OpenBSD 6.5 January 21, 2019 OpenBSD 6.5 |