Skip to content

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:

Install initial pkgs

    sudo apt-get install ssh

Generate ssh keys

    ssh-keygen -t rsa -b 4096 -C "username@mail.com"
    cat ~/.ssh/id_rsa.pub

Copy your ssh keys to the remote pc

In a different terminal edit the file

    nano ~/.ssh/authorized_keys

add your ssh key to the last line of the file

Clone this wiki locally