how to install ssh-copy-id on linux code example
Example 1: copy ssh keys
pbcopy < ~/.ssh/id_rsa.pub
Example 2: how to copy ssh key
ssh-copy-id -i ~/.ssh/mykey user@host
pbcopy < ~/.ssh/id_rsa.pub
ssh-copy-id -i ~/.ssh/mykey user@host