copy my ssh key from ubuntu code example
Example 1: how to copy contents of ssh key into clipboard
pbcopy < ~/.ssh/id_rsa.pub
Example 2: copy my ssh key
clip < ~/.ssh/id_rsa.pub
Example 3: how to copy ssh key
ssh-copy-id -i ~/.ssh/mykey user@host