the_software_library

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
  • the_software_library.txt
  • Last modified: 2024/04/27 18:06
  • by rob