Last active
October 21, 2022 09:29
-
-
Save mw866/cce0e87fb762f1a04805e7fd155ce26d to your computer and use it in GitHub Desktop.
#raspberrypi
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#on client | |
sudo vim cat .ssh/id_ed25519.pub | |
#on pi paste the public key | |
sudo vim .ssh/authorized_keys | |
# (optional) rename the hostname | |
sudo vim /etc/hostname | |
sudo vim /etc/hosts |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment