Skip to content

Enabling SSH Server

Thomas W. C. Carlson edited this page Apr 14, 2022 · 3 revisions

Steps

Edit (4/14/22): You can configure this from the RPI Installer.

  1. Open the terminal on your Raspberry Pi and run the tool by typing: sudo raspi-config

  2. Use the arrows on your keyboard to select Interfacing Options.

  1. Select the P2 SSH option on the list.

  1. Select on the “Would you like the SSH server to be enabled?” prompt.

  2. Hit Enter on the “The SSH server is enabled” confirmation box.

  3. Navigate down and select Finish to close the raspi-config.

  4. Reboot you pi with sudo reboot

Clone this wiki locally