Skip to content

Connecting to your Pi over SSH

Rachael Kemp edited this page Oct 21, 2019 · 3 revisions

Working on the Pi using the keyboard and a monitor can be awkward to set up and time-consuming for minor changes. By enabling SSH, you can connect to the Pi over your network and configure it remotely.


If you use the image file provided, these steps have already been completed. This is only necessary if you wish to set up your Pi from a fresh Raspbian image. Instructions for a pi with an image already on it can be found below.


  1. Attach the monitor, ethernet cable and keyboard into Pi BEFORE powering it on.

  2. Power on Pi.

  3. Enter default login information:

    Username: pi

    Password: raspberry

  4. Open the Raspberry Pi configuration menu:

sudo raspi-config
  1. Select Interfacing options.

  2. Navigate to SSH and press Enter.

  3. Accept changes, finish and reboot the Pi:

sudo reboot
  1. Now SSH is enabled, connect to the Pi by opening a terminal or SSH client on a machine on the same network:
ssh pi@raspberrypi
  1. Enter the password to complete the connection (by default it will be raspberry). For SSH clients you'll also need to use the username pi.


If you use the image file provided, these steps have already been completed. However you may still want an SSH connection to your Pi. If so follow the instructions below:


  1. Attach the monitor, ethernet cable and keyboard into Pi BEFORE powering it on.

  2. Power on Pi.

  3. Enter default login information:

    Username: pi

    Password: raspberry

  4. Open the Raspberry Pi configuration menu:

sudo raspi-config
  1. Select Interfacing options.

  2. Navigate to SSH and press Enter.

  3. Accept changes, finish


For a Linux machine


  1. Attach the monitor, ethernet cable and keyboard into Pi BEFORE powering it on.

  2. Power on Pi.

  3. In terminal on the Linux machine type:

  1. Enter default login information:

    Username: pi

    Password: raspberry

  2. SSH is Enabled