Skip to content

Commit 45bce09

Browse files
ssh
1 parent d6f77ca commit 45bce09

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

user-guide/30-Advanced/00-accessing-raspberry-pi.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,13 @@ There are two simple ways to access the Raspberry Pi from a Windows desktop.
1414
### 1. Using the Command Prompt
1515

1616
1. [Open the command prompt](https://support.kaspersky.com/common/windows/14637#block0).
17-
2. Type `ssh pioreactor@<insert unit name>.local`. For example, to access on our Pioreactor named _worker3_, we typed `ssh [email protected]`. The default password is `raspberry` (see "info" below). If asked "The authenticity of host...", enter "yes".
17+
2. Type `ssh pioreactor@<insert unit name or ip>.local`. For example, to access on our Pioreactor named _worker3_, we typed `ssh [email protected]` or via it's IPv4: `ssh [email protected]`.
18+
3. If asked "The authenticity of host...", enter "yes".
19+
4. The default password is `raspberry` (see note below).
1820

19-
:::info
20-
When typing in the password, characters may not appear up as you type - that's expected. This is a security feature.
21-
:::
21+
:::info
22+
When typing in the password, characters may not appear up as you type - that's expected. This is a security feature.
23+
:::
2224

2325

2426
![A computer console with `ssh [email protected]` typed in, and the resulting active console on the Raspberry Pi.](/img/experiments/turbidostat/ssh_into_unit.png)

0 commit comments

Comments
 (0)