RasPi passwordless login from Ubuntu

ssh-keygen -t rsa -b 4096
id_rsa_pi

no passphrase entered

ssh-copy-id -i id_rsa_pi pi@192.168.1.72

NB

nano ~/.ssh/config

to add a shortcut so we can

ssh pi

Posted on January 10, 2016 at 8:54 pm

No Comments