Difference between revisions of "Ssh-copy-id"

From wikieduonline
Jump to navigation Jump to search
Line 5: Line 5:
 
* <code>ssh-copy-id -i /path/to/your/key.pub [email protected]</code>
 
* <code>ssh-copy-id -i /path/to/your/key.pub [email protected]</code>
  
 
+
===Errors===
 
  ssh-copy-id -i [[id_ed25519]]_YOUR_KEY hostname.example.com
 
  ssh-copy-id -i [[id_ed25519]]_YOUR_KEY hostname.example.com
 
  /usr/bin/ssh-copy-id: INFO: Source of key(s) to be installed: "id_ed25519_YOUR_KEY.pub"
 
  /usr/bin/ssh-copy-id: INFO: Source of key(s) to be installed: "id_ed25519_YOUR_KEY.pub"

Revision as of 11:31, 6 September 2021

Errors

ssh-copy-id -i id_ed25519_YOUR_KEY hostname.example.com
/usr/bin/ssh-copy-id: INFO: Source of key(s) to be installed: "id_ed25519_YOUR_KEY.pub"
/usr/bin/ssh-copy-id: INFO: attempting to log in with the new key(s), to filter out any that are already installed

/usr/bin/ssh-copy-id: WARNING: All keys were skipped because they already exist on the remote system.
		 (if you think this is a mistake, you may want to use -f option)

Related terms

See also

Advertising: