Last active
January 12, 2025 00:58
-
-
Save karmanyaahm/d2e8665645cc79f7c5a43b08340658e3 to your computer and use it in GitHub Desktop.
raspberry pi os setup user
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
Because newer versions of raspberry pi OS don't have the pi:raspberry user anymore, we need to create it manually by putting a file called userconf.txt in bootfs with the following contents: | |
pi:$6$y386.4xa.5z9PXrO$tiu/VR9gjA3fjLuskScBnA8RtnvN7Pcif4pHpcpgIrx388LRZwkeXm7Ahjm0S1pAPdZVfLfqwjNYNqTDz2LXJ. | |
`touch ssh` | |
https://forums.raspberrypi.com/viewtopic.php?t=357623#p2144098 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment