Enable SSH on a raspberry pi (Raspberry Pi OS)

SSH (Secure Shell) is a protocol for secure remote access to a computer or network. It is typically used to log into a remote computer via a command line or terminal, and then allows the user to execute commands or transfer files securely.

Raspberry Pi OS has the SSH server disabled by default. It can be enabled manually from the desktop or by using the terminal:

Enable SSH on Raspberry PI OS with GUI

  • Start Raspberry Pi Configuration from the Preferences menu
  • Navigate to the Interfaces tab
  • Select Enabled next to SSH
  • Click OK


Enable SSH on Raspberry PI OS without GUI / from terminal

If you’d rather use the terminal, here’s how to do it.

  • Type sudo raspi-config in a terminal window
  • Select Interfacing Options
  • Navigate to and select SSH
  • Select Yes
  • Select Ok
  • Select Exit

Skriv en kommentar