Last Updated: February 25, 2016
·
543
· joshteng

Use ssh-copy-id to SSH into Server Without Password on a Mac

brew install ssh-copy-id
ssh-copy-id -i root@123.123.123.123
ssh root@123.123.123.123