1. Note your Raspberry active IP address that is associated on either eth0 if you use LAN cable or wlan0 if you use wifi:
ifconfig
2. Ensure your Raspberry opens its SSH port. Go to Raspi Config to set it up
- sudo raspi-config
- Enable SSH
- Restart
3. From your desktop / laptop / other remote device:
- sudo ssh pi@yourraspberryipaddress
- enter password: raspberry
- Press enter
And that is it! You are in!
(Visited 848 times, 1 visits today)