Created
April 9, 2018 02:48
-
-
Save jmeridth/e67bbf6bd055f46282141ebd63087f23 to your computer and use it in GitHub Desktop.
Change the pi user's default password (current is `raspberry`)
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
pi@raspberrypi:~ $ whoami | |
pi | |
pi@raspberrypi:~ $ passwd | |
Changing password for pi. | |
(current) UNIX password: | |
Enter new UNIX password: | |
Retype new UNIX password: | |
passwd: password updated successfully |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment