Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. =====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 <code> $ ssh-keygen </code> Step 2 Copy key file to server <code> $ ssh-copy-id -i ~/.ssh/mykey username@servername </code> the_software_library.txt Last modified: 2024/04/27 18:06by rob