Install ssh-copy-id by running brew install ssh-copy-id. Then:
ssh-copy-id -p PORT user@some_ip
You need to use PORT if ssh is listening on something other than 22.
Developer from somewhere
Install ssh-copy-id by running brew install ssh-copy-id. Then:
ssh-copy-id -p PORT user@some_ip
You need to use PORT if ssh is listening on something other than 22.