Raspberry Pi OS
Installation
Ubuntu 22
sudo apt install rpi-imager
Enable SSH
Default credential is pi / raspberry
Option #1: For headless setup
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