-
Notifications
You must be signed in to change notification settings - Fork 7
How to SSH into the RM2
danielebruneo edited this page Feb 4, 2021
·
1 revision
An SSH connection allows you to connect to another computer or device from your PC.
To do that, you need an SSH client.
Once you will have the client, you will just need the IP address of the target host, and the credentials to login.
With these data you can access the host through a terminal that will give you a shell (an sh
shell in this case).
A shell is basically a command prompt in which you can issue commands on the device.
Windows still doesn’t offer a built-in SSH command, so you need to resort to a 3rd party tool.
The best tool availble is probably Putty.
- Download it
- Run it
- Type the host name or IP address of the SSH target (our RM in this case,
10.11.99.1
if you go through USB) into the “Host name (or IP address)” box - You'll be prompted to enter username and password
- Enter
root
as username and theSSH password of you RM
as password (you'll find it under Menu->Settings->Help->Copyright and licences) - You are in
On Linux and Mac you have a builtin ssh
command.
So you just need:
- To run
ssh root@10.11.99.1
(if you go through USB) - You'll be prompted for password
- Enter the
SSH password of you RM
(you'll find it under Menu->Settings->Help->Copyright and licences) - You are in