Thursday, February 19, 2015

ssh-copy-id in Mac OS X

For some reason Macs don’t have this useful script so this will add it.

sudo curl "http://phildawson.co.uk/ssh-copy-id" -o /usr/bin/ssh-copy-id
sudo chmod +x /usr/bin/ssh-copy-id

No comments: