Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions docs/admin/getting-started/other/raspberry-pi.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ It is not recommended for enterprise or critical environments due to the hardwar
A very detailed and understandable guide is available at:
[Raspberry Pi Getting Started](https://pimylifeup.com/raspberry-pi-getting-started/)

- SSH must be activated
<img src={require("./../img/raspberrypi/ssh-activate.png").default} alt="activate ssh" width="500"/>
- SSH must be enabled if you want to access the machine remotely.

This is usually required when your Raspberry Pi is running without a connected keyboard and display.

- If the Raspberry Pi is to be connected to WLAN, the login data for the WLAN must be entered.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@ It is not recommended for enterprise or critical environments due to the hardwar
A very detailed and understandable guide is available at:
[Raspberry Pi Getting Started](https://pimylifeup.com/raspberry-pi-getting-started/)

- SSH must be activated
- SSH must be enabled if you want to access the machine remotely.

This is usually required when your Raspberry Pi is running without a connected keyboard and display.

<img src={require("./../img/raspberrypi/ssh-activate.png").default} alt="activate ssh" width="500"/>

- If the Raspberry Pi is to be connected to WLAN, the login data for the WLAN must be entered.
Expand Down