Created
April 9, 2018 02:50
-
-
Save jmeridth/3a6bed5451790235cd0b7eb60cb9005c to your computer and use it in GitHub Desktop.
Add raspberry pi to known hosts and login (default password 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
[master]->$ ssh [email protected] | |
The authenticity of host '192.168.1.114 (192.168.1.114)' can't be established. | |
ECDSA key fingerprint is SHA256:r4S/Vpj7Nfe0HC1PKFKvXaaTv8XDsj70EPpO/3gZMeQ. | |
Are you sure you want to continue connecting (yes/no)? yes | |
Warning: Permanently added '192.168.1.114' (ECDSA) to the list of known hosts. | |
[email protected]'s password: | |
Linux raspberrypi 4.9.80-v7+ #1098 SMP Fri Mar 9 19:11:42 GMT 2018 armv7l | |
The programs included with the Debian GNU/Linux system are free software; | |
the exact distribution terms for each program are described in the | |
individual files in /usr/share/doc/*/copyright. | |
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent | |
permitted by applicable law. | |
SSH is enabled and the default password for the 'pi' user has not been changed. | |
This is a security risk - please login as the 'pi' user and type 'passwd' to set a new password. | |
Wi-Fi is disabled because the country is not set. | |
Use raspi-config to set the country before use. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment