copy ssh key to remote server code example
Example 1: copy ssh key to remote server
ssh-copy-id -i ~/.ssh/mykey.pub user@host
Example 2: copy ssh keys
pbcopy < ~/.ssh/id_rsa.pub
Example 3: copy ssh remote server
scp -r /path/to/local/dir user@remotehost:/path/to/remote/dir