From ba40933efa46e3b2d10a26d5bec1eeab2ce9874b Mon Sep 17 00:00:00 2001 From: tpollina Date: Wed, 4 Dec 2019 16:52:10 -0800 Subject: [PATCH] Update remote_access.rst --- docs/remote_access.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/remote_access.rst b/docs/remote_access.rst index 8087f8b..4f213f1 100644 --- a/docs/remote_access.rst +++ b/docs/remote_access.rst @@ -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.