ssh-copy-id when have several pub keys
When you have several pub keys use -i
option to select one:
ssh-copy-id -i ~/.ssh/id_rsa.pub [email protected]
When you have several pub keys use -i
option to select one:
ssh-copy-id -i ~/.ssh/id_rsa.pub [email protected]