less than 1 minute read

라즈베리파이 ssh 사용



Enable SSH
raspi-config can be used in the terminal:
Enter sudo raspi-config in a terminal window
Select Interfacing Options
Navigate to and select SSH
Choose Yes
Select Ok
Choose Finish
Alternatively, use systemctl to start the service
$ sudo systemctl enable ssh
$ sudo systemctl start ssh

Categories:

Updated: