Raspberry Operate via SSH

After various searches, various struggles, finally installed operating system for my little Raspberry Pi. But, this PIXEL OS graphical interface, various inexplicable bugs that won’t respond. After struggling for several hours, made me very frustrated.

Because just started with Linux, many problems need online searches, switching back and forth between PC and Raspberry Pi is really uncomfortable.

Below introduces method to control Raspberry Pi via SSH from another computer. To solve the above frustrating problems.

Open command line on Raspberry Pi:

Enter sudo raspi-config

Select Advanced Options

Select SSH

Select yes

SSH Enabled

Then open PC command line (I use macOS, command line can directly use ssh)

Enter:

ssh pi@192.168.1.xxx  

Address is Raspberry Pi’s ip address, if don’t know, enter ifconfig in Raspberry Pi command line, can see it

Then enter password, if haven’t modified user pi’s password, default password is: raspberry

Then can play freely

Article Link:

https://alili.tech/en/archive/467ebcb2/

# Latest Articles