Update remote_access.rst

This commit is contained in:
tpollina 2019-12-04 16:53:07 -08:00 committed by GitHub
parent ba40933efa
commit 8ef22e86b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -155,6 +155,9 @@ 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 #most likely your password will be **raspberry**
ssh pi@192.168.4.1
.. note::
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.