[microdecision] Fixing wrong password for raspberry

This commit is contained in:
Alexandre Aubin 2017-02-04 16:58:25 +01:00 committed by GitHub
parent d98308f26d
commit ec4358de14

2
ssh.md
View file

@ -24,7 +24,7 @@ Assuming your IP address is `111.222.333.444`, open a terminal and enter :
ssh root@111.222.333.444 ssh root@111.222.333.444
``` ```
A password will be asked. If this is a VPS, your VPS provided should have communicated you the password. On a fresh Raspberry Pi, the password might be `raspberry`. For an OLinuXino, this should be `olinux`. A password will be asked. If this is a VPS, your VPS provided should have communicated you the password. On a fresh Raspberry Pi, the password should be `yunohost`. For an OLinuXino, this should be `olinux`.
#### Change the password! #### Change the password!