Wednesday, December 26, 2018

SSH to the Raspberry Pi

How to ssh and access the Pi remotely?


  • On the Pi, go to the raspberry icon > Accessories > Terminal
  • Run the command "ifconfig" and get the IpAddress.

  • On your laptop terminal, run the ssh [Username: pi, Default password: raspberry]
  • ssh pi@<ipaddress> to connect
You can also connect via VNC Viewer by providing the same IP Address.

No comments:

Post a Comment