Lines Matching +full:touch +full:- +full:keys

2 Copyright (c) 1999-2023 hands.com Ltd. <http://hands.com/>
28 .Nm ssh-copy-id
29 .Nd use locally available keys to authorise logins on a remote machine
55 .Xr ssh-agent 1
56 this may result in you being repeatedly prompted for pass-phrases).
59 enables logins with those keys on the remote server.
60 By default it adds the keys by appending them to the remote user's
65 .Ql set ssh pka-dsa key ...
69 .Bl -tag -width Ds
74 .Xr ssh-add 1
84 Note that this can be used to ensure that the keys copied have the
88 Forced mode: doesn't check if the keys are present on the remote server.
93 do a dry-run.
94 Instead of installing keys on the remote system simply
97 SFTP mode: usually the public keys are installed
105 the path on the target system where the keys should be added
114 it is often better to use (per-host) settings in
122 It sets the shell's -x flag, so that you can see the commands being run.
130 .Ql ssh-add -L
131 provides any output, and if so those keys are used.
134 .Xr ssh-add 1
136 .Xr ssh-agent 1
139 .Xr ssh-add 1
140 provides no keys contents of the
149 .Pa ~/.ssh/*-cert.pub )
153 .Xr touch 1
158 If you have already installed keys from one system on a lot of remote
164 .Xr ssh-agent 1 .
167 option, then load one or more old keys into the agent, possibly by
168 ssh-ing to the client machine that has that old key, using the
172 .D1 user@newclient$ ssh-add
173 .D1 user@newclient$ ssh -A old.client
174 .D1 user@oldl$ ssh-add -c
175 .D1 No ... prompt for pass-phrase ...
183 .D1 user@newclient$ ssh-copy-id -i someserver
192 all the keys that you have in your
193 .Xr ssh-agent 1 .
195 .Xr ssh-agent 1
199 .Xr ssh-add 1 Ns 's
208 to bounce through remote servers while always doing direct end-to-end
211 .Xr ssh-agent 1 .
220 .Xr ssh-agent 1 ,