Lines Matching +full:key +full:- +full:release
1 .\" $OpenBSD: ssh-add.1,v 1.86 2023/12/19 06:57:34 jmc Exp $
42 .Nm ssh-add
43 .Nd adds private key identities to the OpenSSH authentication agent
45 .Nm ssh-add
53 .Nm ssh-add
57 .Nm ssh-add
59 .Nm ssh-add
64 adds private key identities to the authentication agent,
65 .Xr ssh-agent 1 .
74 After loading a private key,
78 .Pa -cert.pub
79 to the name of the private key file.
96 .Bl -tag -width Ds
104 .Xr ssh-askpass 1 .
106 .Xr ssh-askpass 1 ,
117 public key files to specify keys and certificates to be removed from the agent.
118 If no public key is found at a given path,
124 .Dq -
129 Specifies the hash algorithm used when displaying key fingerprints.
141 destination-constrained keys via the
161 .Sq [user@]dest-hostname
162 permit use of the key only from the origin host (the one running
163 .Xr ssh-agent 1 )
167 .Sq src-hostname>[user@]dst-hostname
168 allow a key available on a forwarded
169 .Xr ssh-agent 1
171 .Sq src-hostname )
174 .Sq dst-hostname .
177 When attempting authentication with a key that has destination constraints,
179 .Xr ssh-agent 1
182 For example, if key is forwarded to a remote host,
183 .Sq host-b ,
185 .Sq host-c ,
187 .Sq host-b
189 .Sq host-b>host-c
201 Destination constraints were added in OpenSSH release 8.9.
203 destination-constrained keys over a forwarded
204 .Xr ssh-agent 1
209 .Xr ssh-agent 1
210 when a key is used, or when it is forwarded by a
223 Lists public key parameters of all identities currently represented
231 FIDO authenticator-hosted keys, overriding the default of using the
236 Certificate files may optionally be listed as command-line arguments.
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 ,
344 ssh 1.2.12 release by Tatu Ylonen.
347 removed many bugs, re-added newer features and