Steps to SSH to Raspberry Pi
- Download the required OS image on to your PC using Raspberry Pi Imager (Rpi Imager)
- In the OS Custumisation settings of the Rpi Imager enter:
- Set a host name for Raspberry Pi
- Set a username and password for Raspberry Pi
- Enter the SSID and password of the Wifi node you plan to connect the Raspberry Pi
- Set the Wireless LAN country
- Set the locale settings Services tab
- Enable SSH
- Flash the OS on to the SD card
- Remove the SD card from the laptop/PC and insert into the SD card slot of Raspberry Pi and power it
- If your laptop/PC and Raspberry Pi are connected to the same network, you can SSH to the Pi from your laptop/PC
- In a terminal enter the command in the format
-
General tab
ssh <user name>@<host name of Rpi>.local
For example:
ssh ros@rpi.local
No comments:
Post a Comment