How to...


Generate SSH key

Log in as farmer and run this

ssh-keygen -t rsa -C farmer@raspifarm-master

This will create a directory ~/.ssh/, add your personal SSH keys into ~/.ssh/authorized_keys, you may have to create the file first.

Tags
setup howto master Difficulty: easy