=====Computing===== ====Linux notes==== Just some helpful notes on getting a Raspberry Pi setup. ===Creating SSH Keys=== Easy ssh login for your raspberry pi. Step 1 Create a key file $ ssh-keygen Step 2 Copy key file to server $ ssh-copy-id -i ~/.ssh/mykey username@servername