Tag Archives: passwordless

Passwordless SSH

I always seem to lose this note and I know it was on my WordPress site that now sleeps with the fishes. ssh root@serverB ‘mkdir -p /root/.ssh’ cat /root/.ssh/id_rsa.pub | ssh root@serverB ‘cat >> /root/.ssh/authorized_keys’

Posted in Tech | Tagged , | 2 Comments