Raspberry Pi OS
Installation
Ubuntu 22.04
sudo apt install rpi-imager
Create User
Headless Setup:
SD Card > Boot partition > File: userconf
Enable SSH
Default credential is pi / raspberry
Option #1: For headless setup
SD Card > Boot partition > File: ssh
(an empty file)
SSH can be enabled by placing a file named ssh
, without any extension, onto the boot partition of the SD Card.
Option #2: From the desktop
- Launch Raspberry Pi Configuration from the Preferences menu
- Navigate to the Interfaces tab
- Select Enabled next to SSH
- Click OK
Option #3: Using the raspi-config
- Enter sudo raspi-config in a terminal window
- Select Interfacing Options
- Navigate to and select SSH
- Choose Yes
- Select Ok
- Choose Finish