Skip to content

Latest commit

 

History

History
50 lines (38 loc) · 1.59 KB

351_remote-ssh-into-device.md

File metadata and controls

50 lines (38 loc) · 1.59 KB
title intro weight slug versions layout permissions showMiniToc miniTocMaxHeadingLevel allowTitleToDifferFromFilename mapTopic hidden redirect_from gettingStartedLinks popularLinks guideLinks introLinks tags
Remote SSH into your Devices
rapyuta.io is a platform that enables robotics solution development by providing the necessary software infrastructure and facilitating the interaction between multiple stakeholders who contribute to the solution development.
351
remote-ssh-devices
free-pro-team enterprise-server
*
*
false
rapyuta.io
true
4
false
false
false
How to

The rapyuta.io's device manager lets you connect remotely to online devices through a reverse SSH tunnel.

The WebSSH feature secures you from exposing SSH ports on your device network and prevents you from compromising security. It is a fully-featured, browser-based TTY that you can use to analyze system logs and for debugging applications.

Pre-requisite

To start a remote SSH connection on a device, ensure that the device is online and has an SSH service installed on it.

To enable the SSH service on Ubuntu 16.04, execute the following commands in the device's terminal in sequence:

sudo apt-get install openssh-server

sudo systemctl start ssh

sudo systemctl status ssh

SSH into a Device

To perform remote SSH on a device using the rapyuta.io console:

  1. In the rapyuta.io console, on the left navigation bar, click Devices > All Devices.
  2. Select the device you want to initiate an SSH session on.
  3. Select the SSH tab to view a live remote SSH session.