Update remote_access.rst

This commit is contained in:
tpollina 2019-12-04 16:52:10 -08:00 committed by GitHub
parent 0a7fcda174
commit ba40933efa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -155,6 +155,6 @@ Using a wireless device, search for networks. The network SSID you specified in
If SSH is enabled on the Raspberry Pi access point, it should be possible to connect to it from another Linux box (or a system with SSH connectivity present) as follows, assuming the pi account is present ::
ssh pi@192.168.4.1
ssh pi@192.168.4.1 #most likely your password will be **raspberry**
By this point, the Raspberry Pi is acting as an access point, and other devices can associate with it. Associated devices can access the Raspberry Pi access point via its IP address for operations such as rsync, scp, or ssh.