From 8ef22e86b27ca1f84e2e5ce71d6bd7edccb7caef Mon Sep 17 00:00:00 2001 From: tpollina Date: Wed, 4 Dec 2019 16:53:07 -0800 Subject: [PATCH] Update remote_access.rst --- docs/remote_access.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/remote_access.rst b/docs/remote_access.rst index 4f213f1..7b22bc8 100644 --- a/docs/remote_access.rst +++ b/docs/remote_access.rst @@ -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.