Lines Matching +full:unlock +full:- +full:keys

1 .\"	$OpenBSD: ssh-add.1,v 1.86 2023/12/19 06:57:34 jmc Exp $
42 .Nm ssh-add
45 .Nm ssh-add
53 .Nm ssh-add
57 .Nm ssh-add
59 .Nm ssh-add
65 .Xr ssh-agent 1 .
78 .Pa -cert.pub
96 .Bl -tag -width Ds
98 When loading keys into or deleting keys from the agent, process
99 certificates only and skip plain keys.
104 .Xr ssh-askpass 1 .
106 .Xr ssh-askpass 1 ,
114 has been run without arguments, the keys for the default identities and
117 public key files to specify keys and certificates to be removed from the agent.
124 .Dq -
127 will read public keys to be removed from standard input.
137 Remove keys provided by the PKCS#11 shared library
141 destination-constrained keys via the
157 When adding keys, constrain them to be usable only through specific hosts or to
161 .Sq [user@]dest-hostname
163 .Xr ssh-agent 1 )
167 .Sq src-hostname>[user@]dst-hostname
169 .Xr ssh-agent 1
171 .Sq src-hostname )
174 .Sq dst-hostname .
176 Multiple destination constraints may be added when loading keys.
179 .Xr ssh-agent 1
183 .Sq host-b ,
185 .Sq host-c ,
187 .Sq host-b
189 .Sq host-b>host-c
192 Hosts are identified by their host keys, and are looked up from known hosts
196 keys are supported.
197 By default, keys added by
203 destination-constrained keys over a forwarded
204 .Xr ssh-agent 1
209 .Xr ssh-agent 1
218 Load resident keys from a FIDO authenticator.
220 When loading keys into or deleting keys from the agent, process plain private
221 keys only and skip certificates.
231 FIDO authenticator-hosted keys, overriding the default of using the
234 Add keys provided by the PKCS#11 shared library
236 Certificate files may optionally be listed as command-line arguments.
238 corresponding private keys loaded from the PKCS#11 token.
240 Tests whether the private keys that correspond to the specified
259 Unlock the agent.
264 .Bl -tag -width Ds
279 .Dq ssh-askpass )
308 .Ux Ns -domain
312 FIDO authenticator-hosted keys, overriding the default of using
313 the built-in USB HID support.
316 .Bl -tag -width Ds -compact
323 Contains the DSA, ECDSA, authenticator-hosted ECDSA, Ed25519,
324 authenticator-hosted Ed25519 or RSA authentication identity of the user.
338 .Xr ssh-agent 1 ,
339 .Xr ssh-askpass 1 ,
340 .Xr ssh-keygen 1 ,
347 removed many bugs, re-added newer features and