copy ssh public key to remote code example
Example 1: copy ssh key to remote server
ssh-copy-id -i ~/.ssh/mykey.pub user@host
Example 2: copy ssh public key
cat ~/.ssh/id_rsa.pub
ssh-copy-id -i ~/.ssh/mykey.pub user@host
cat ~/.ssh/id_rsa.pub