Is production: true
#migrated #legacy

Title: How to enable ssh for raspberry pi image

Created: 18 Feb 2021 Modified: 18 Feb 2021

Description:



Warning
No longer valid

The offical community now providing the `Raspberry Pi Imager` for buiding the image with headless setup. So this post is no longer valid.

Ref for enable ssh without screen

Ref for raspberry pi default username and password

Instructions

  1. Access the pi’s image

  2. Create file named ssh, no is content needed

    touch ./ssh
    
  3. Login with ssh username pi and password raspberry

[Legacy Link]