From a0cb9b00244f5bfa589db49e52242bf597399106 Mon Sep 17 00:00:00 2001 From: Thomas Kleinendorst Date: Tue, 9 Apr 2024 15:53:31 +0200 Subject: [PATCH] Add final step for seting up public keys --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 74c142d..14764a3 100644 --- a/README.md +++ b/README.md @@ -25,5 +25,4 @@ The Raspberry Pi should be installed and running with reachable SSH from the net 3. Start the Raspberry Pi with an ethernet cable attached. 4. Find the assigned IP of the Raspberry Pi in the [router](http://asusrouter.com/) and configure DHCP to statically asign this address to the Raspberry Pi. 5. Add the new Raspberry Pi to the *hosts* file using the internal IP. - -Test if the Raspberry Pi is correctly configured by opening an SSH session to it (using its IP address). +6. Test if the Raspberry Pi is correctly configured by opening an SSH session to it (using its IP address). If this works the next step is to [add SSH public keys for each computer that should provision/connect to the Raspberry Pi](https://linuxhandbook.com/add-ssh-public-key-to-server/). **It's important to perform this step before provisioning because that will disallow logging into SSH with a password.**