-
Notifications
You must be signed in to change notification settings - Fork 8
Connecting_to_robots
RuteLuz edited this page Oct 21, 2019
·
6 revisions
To enter the robots (RAPOSA-NG and MBot) without need to insert the password every time you enter the remote pc, you should follow the steps:
sudo apt-get install ssh
ssh-keygen -t rsa -b 4096 -C "username@mail.com"
cat ~/.ssh/id_rsa.pub
In a different terminal edit the file
nano ~/.ssh/authorized_keys
add your ssh key to the last line of the file