arrow-left

All pages
gitbookPowered by GitBook
1 of 1

Loading...

Setting up SSH on a new robot

hashtag
Note

All our lab robots, as of now, have SSH set up. This is for new robots.

hashtag
setting up ssh on a new robot

By default, ubuntu MATE comes with ssh installed but disabled. So there are a few steps to setup ssh to your raspberry pi.

  1. ensure that openssh-server is installed with sudo apt install openssh-server

  2. check ssh status with sudo systemctl status ssh

For more information, here is

if it is
inactive
, you can start it with
sudo systemctl start ssh
, and/or automatically start ssh on boot with
sudo systemctl enable ssh
  • go to settings -> login window and set automatic login to your robot's username.

  • a useful site that explains it morearrow-up-right