SSH Into a Raspberry Pi
This guide describes how to connect to a Raspberry Pi over a secure ssh connection.
It is assumed that your Raspberry Pi is connected over ethernet and has the IP
192.168.2.2
. Adjust any parameters as necessary.
Open a Terminal Window
Open Windows Run Dialog
Press the Windows
+ R
keys to open the “Windows Run” dialog.
Launch Powershell
Type Powershell
and press the enter
key.
Open Windows Run Dialog
Press the Windows
+ R
keys to open the “Windows Run” dialog.
Launch Powershell
Type Powershell
and press the enter
key.
Launch Terminal
Press the CTRL
+ ALT
+ T
keys on your keyboard
Done
That should open a terminal window on your device. If that doesn’t please check the instructions for your specific linux distribution.
Open Spotlight
Press the ⌘ + Spacebar
keys on your keyboard
Launch Terminal
Type Terminal
in the search bar and press enter
on your keyboard.
SSH Instructions
Type the following command into your terminal window:
192.168.2.2
is the default IP Adress on ROV configurations. Please change as
necessary.
To log in, use the following default password on Raspberry Pi systems:
It may not look like you are typing in a password, but the terminal is indeed receiving input.
To log in, use the following default password on Raspberry Pi systems:
It may not look like you are typing in a password, but the terminal is indeed receiving input.
To log in, use the following default password on Raspberry Pi systems:
It may not look like you are typing in a password, but the terminal is indeed receiving input.
Was this page helpful?