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

by Tatsu Technologies in Circuits > Raspberry Pi

28762 Views, 4 Favorites, 0 Comments

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

Raspberry Pi : How to SSH - Raspberry Pi Remote with Ubuntu Linux

You can access you Raspberry Pi via Terminal,

simply follow the steps and linked video for better understanding,

Step 1: Terminal Command in Rpi

connexion-ssh-raspberry-pi.jpg
  • 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: Enter IP of Rpi in Ubuntu Terminal Via SSH Command

2016-10-24-124853_479x290_scrot.png
SSH-Raspberry-Pi.png
  • 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