This commit is contained in:
Jonathan Wukitsch 2018-06-19 12:45:02 -04:00 committed by GitHub
parent 141adba52c
commit d8a94f5356
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ Connect to the Raspberry Pi over SSH. Default password is `raspberry`.
You will need to enable SSH access. The Raspberry Pi website has instructions [here](https://www.raspberrypi.org/documentation/remote-access/ssh/). You will need to enable SSH access. The Raspberry Pi website has instructions [here](https://www.raspberrypi.org/documentation/remote-access/ssh/).
```bash ```bash
$ ssh pi@ipadress $ ssh pi@ipaddress
``` ```
Changing the default password is encouraged. Changing the default password is encouraged.