Difference between revisions of "Ssh-copy-id"

From wikieduonline
Jump to navigation Jump to search
 
(2 intermediate revisions by one other user not shown)
Line 12: Line 12:
 
  /usr/bin/ssh-copy-id: WARNING: All keys were skipped because they already exist on the remote system.
 
  /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)
 
  (if you think this is a mistake, you may want to use -f option)
 +
 +
 +
ssh-copy-id  -i /tmp/rsa.pub [email protected]
 +
/usr/bin/ssh-copy-id: ERROR: failed to open ID file '/tmp/rsa': No such file or directory
 +
(to install the contents of '/tmp/rsa.pub' anyway, look at the -f option)
  
 
== Related terms ==
 
== Related terms ==
Line 17: Line 22:
 
* <code>[[authorized_keys]]</code >config file
 
* <code>[[authorized_keys]]</code >config file
 
* <code>[[ssh-add]]</code>
 
* <code>[[ssh-add]]</code>
 +
* <code>[[aws ec2-instance-connect send-ssh-public-key]]</code>
  
 
== See also ==
 
== See also ==

Latest revision as of 12:08, 5 July 2022

Errors[edit]

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)


ssh-copy-id  -i /tmp/rsa.pub [email protected]
/usr/bin/ssh-copy-id: ERROR: failed to open ID file '/tmp/rsa': No such file or directory
	(to install the contents of '/tmp/rsa.pub' anyway, look at the -f option)

Related terms[edit]

See also[edit]

Advertising: