diff options
Diffstat (limited to 'ssh-add.1')
-rw-r--r-- | ssh-add.1 | 23 |
1 files changed, 20 insertions, 3 deletions
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: ssh-add.1,v 1.66 2017/08/29 13:05:58 jmc Exp $ | 1 | .\" $OpenBSD: ssh-add.1,v 1.69 2019/01/21 12:53:35 djm 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: August 29 2017 $ | 38 | .Dd $Mdocdate: January 21 2019 $ |
39 | .Dt SSH-ADD 1 | 39 | .Dt SSH-ADD 1 |
40 | .Os | 40 | .Os |
41 | .Sh NAME | 41 | .Sh NAME |
@@ -43,7 +43,7 @@ | |||
43 | .Nd adds private key identities to the authentication agent | 43 | .Nd adds private key identities to the authentication agent |
44 | .Sh SYNOPSIS | 44 | .Sh SYNOPSIS |
45 | .Nm ssh-add | 45 | .Nm ssh-add |
46 | .Op Fl cDdkLlqXx | 46 | .Op Fl cDdkLlqvXx |
47 | .Op Fl E Ar fingerprint_hash | 47 | .Op Fl E Ar fingerprint_hash |
48 | .Op Fl t Ar life | 48 | .Op Fl t Ar life |
49 | .Op Ar | 49 | .Op Ar |
@@ -51,6 +51,9 @@ | |||
51 | .Fl s Ar pkcs11 | 51 | .Fl s Ar pkcs11 |
52 | .Nm ssh-add | 52 | .Nm ssh-add |
53 | .Fl e Ar pkcs11 | 53 | .Fl e Ar pkcs11 |
54 | .Nm ssh-add | ||
55 | .Fl T | ||
56 | .Ar pubkey ... | ||
54 | .Sh DESCRIPTION | 57 | .Sh DESCRIPTION |
55 | .Nm | 58 | .Nm |
56 | adds private key identities to the authentication agent, | 59 | adds private key identities to the authentication agent, |
@@ -131,11 +134,25 @@ Be quiet after a successful operation. | |||
131 | .It Fl s Ar pkcs11 | 134 | .It Fl s Ar pkcs11 |
132 | Add keys provided by the PKCS#11 shared library | 135 | Add keys provided by the PKCS#11 shared library |
133 | .Ar pkcs11 . | 136 | .Ar pkcs11 . |
137 | .It Fl T Ar pubkey ... | ||
138 | Tests whether the private keys that correspond to the specified | ||
139 | .Ar pubkey | ||
140 | files are usable by performing sign and verify operations on each. | ||
134 | .It Fl t Ar life | 141 | .It Fl t Ar life |
135 | Set a maximum lifetime when adding identities to an agent. | 142 | Set a maximum lifetime when adding identities to an agent. |
136 | The lifetime may be specified in seconds or in a time format | 143 | The lifetime may be specified in seconds or in a time format |
137 | specified in | 144 | specified in |
138 | .Xr sshd_config 5 . | 145 | .Xr sshd_config 5 . |
146 | .It Fl v | ||
147 | Verbose mode. | ||
148 | Causes | ||
149 | .Nm | ||
150 | to print debugging messages about its progress. | ||
151 | This is helpful in debugging problems. | ||
152 | Multiple | ||
153 | .Fl v | ||
154 | options increase the verbosity. | ||
155 | The maximum is 3. | ||
139 | .It Fl X | 156 | .It Fl X |
140 | Unlock the agent. | 157 | Unlock the agent. |
141 | .It Fl x | 158 | .It Fl x |