Introduction: Raspberry Pi : How to SSH - Raspberry Pi Remote With Ubuntu

You can access you Raspberry Pi via Terminal,

simply follow the steps and linked video for better understanding,

Step 1: Step 1: Terminal Command in Rpi

  • Open Terminal in Raspberry pi
  • Type: hostname -I (then you will get IP address of your raspberry pi like, 192.168.1.xxx)

Step 2: Step 2: Enter IP of Rpi in Ubuntu Terminal Via SSH Command

  • Open Terminal in Ubuntu OS.
  • Type: ssh pi@192.168.1.xxx (enter your raspberry pi IP address)
  • Now you would get password request: default password is: raspberry