how to copy ida_rsa mac code example
Example 1: copy ssh key mac
cat ~/.ssh/id_rsa.pub | pbcopy
Example 2: how to copy ssh key
ssh-copy-id -i ~/.ssh/mykey user@host
cat ~/.ssh/id_rsa.pub | pbcopy
ssh-copy-id -i ~/.ssh/mykey user@host