-
Notifications
You must be signed in to change notification settings - Fork 1
Enabling SSH Server
Thomas W. C. Carlson edited this page Apr 14, 2022
·
3 revisions
Edit (4/14/22): You can configure this from the RPI Installer.
-
Open the terminal on your Raspberry Pi and run the tool by typing:
sudo raspi-config
-
Use the arrows on your keyboard to select Interfacing Options.
- Select the P2 SSH option on the list.
-
Select on the “Would you like the SSH server to be enabled?” prompt.
-
Hit Enter on the “The SSH server is enabled” confirmation box.
-
Navigate down and select Finish to close the
raspi-config
. -
Reboot you pi with
sudo reboot

- Installing Raspberry Pi OS
- Setting up SSH and optionally Wi-Fi
- SSHing into the Raspberry Pi
- Enabling SSH Server
- Configuring IP Addressing
- Installing Environments
- Flashing the Arduino code
- Establishing Controllers plugin order
- Locating Controllers KERNEL and KERNELS settings
- Establishing udev rules for the Controllers
- IP setup
- Building the Typescript code
- Running the EngineWebServer
- Activity Diagram
- ER Diagram
- UML Diagram