Wiretuts Professional unprofessional tutorials.

Enabling SSH on Raspberry Pi OS for remote use

Published
Enable SSH on Raspberry Pi Cover image

In this tutorial we are looking how to enable SSH on Raspberry Pi OS, so that you can use terminal/shell remotely from your computer with PuTTY and other terminal emulators. There are multiple different ways to do this, and you have to only choose whats easiest in your situation. This tutorial is tested with the Raspberry Pi 3/4 and Raspberry Pi OS Lite (32bit) that is released in 2020-12-02.

Raspberry Pi OS default username, password and host

Because i know someone will ask it, it will better to start with it. The default username is pi, default password is raspberry, and default hostname is raspberrypi. And do you know what? If your Raspberry is connected to public network then you should change the default password to something else. You can change the password from here sudo raspi-config.

Enable SSH by creating SSH file directly on the SD card

1. Connect Raspberry Pi SD card to card reader and connect it to your computer. If Windows asks "Do you want to format this drive?" select Cancel.

Insert Raspberry Pi SD card to card reader.

2. Go to My Computer (This PC) and open the drive that says "boot".

Open Raspberry Pi OS boot drive.

3. When you are inside the drive, right-click somewhere and create new Text Document.

Right click and create new text file named ssh.

4. Name the file "ssh" without any extension.

Remove extension from the file.

5. Remove SD card from card reader and put it back to Raspberry Pi, and you are good to go.

Enable SSH locally from terminal

If you are using desktop version of Raspberry Pi OS, you can find terminal from here.

Access terminal from the desktop Raspberry Pi OS.

1. Enter the config tool by writing: sudo raspi-config

Enter raspi-config to shell.

2. Select Interface Options.

Select Interface Options.

3. Select SSH.

Enable SSH.

4. Select Yes. Remember to change your password if you are connected to public network.

Enable SSH and remember to change default password.

Enable SSH locally from desktop

1. Go to Preferences > Raspberry Pi Configuration.

Enter Raspberry Pi configuration from desktop.

2. Open Interfaces -tab and enable ssh.

Enable SSH from Raspberry Pi configuration.

Connect to Raspberry Pi terminal/shell using PuTTy

1. Download PuTTY from this page: https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html.

2. You can use Raspberry's IP address or it's hostname. Default hostname is raspberrypi.

Connect to Raspberry Pi with PuTTy.

0 Comments

No comments yet :(. Be first to write one.