minhd
5/5/2015 - 12:31 AM

Copy ssh key to another machine mac

Copy ssh key to another machine mac

cat ~/.ssh/id_dsa.pub | ssh user@remotehost 'cat >> ~/.ssh/authorized_keys'