Skip to Content
Hands-On ROS for Robotics Programming
book

Hands-On ROS for Robotics Programming

by Bernardo Ronquillo Japón
February 2020
Intermediate to advanced
432 pages
10h 50m
English
Packt Publishing
Content preview from Hands-On ROS for Robotics Programming

Enabling SSH access

It is common to have issues with the SSH server that comes preinstalled with Ubuntu:

  1. To avoid any problems, remove the OpenSSH package and install it again:
$ sudo apt remove openssh-server$ sudo apt install openssh-server
  1. Enable the service so that it starts on boot:
$ sudo systemctl enable ssh$ sudo systemctl start ssh
  1. Confirm that the SSH server is up and running:
$ sudo systemctl status ssh

At this stage, you should be able to log in from this host to any other SSH-enabled Ubuntu server, such as your laptop.

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Mastering ROS for Robotics Programming

Mastering ROS for Robotics Programming

Lentin Joseph
ROS Robotics By Example - Second Edition

ROS Robotics By Example - Second Edition

Lentin Joseph, Carol Fairchild, Dr. Thomas L. Harman

Publisher Resources

ISBN: 9781838551308Supplemental Content