How to Install ruby-net-ssh-gateway in Ubuntu 18.04



Install ruby-net-ssh-gateway by entering the following commands in the terminal:

sudo apt update
sudo apt install ruby-net-ssh-gateway

Description:

Ruby library for tunneling connections to servers with ssh

Net::SSH::Gateway is a library for programmatically tunneling connections to servers via a single "gateway" host. It is useful for establishing Net::SSH connections to servers behind firewalls, but can also be used to forward ports and establish connections of other types, like HTTP, to servers with restricted access.

Homepage: https://github.com/net-ssh/net-ssh-gateway

Version: 2.0.0-1

Section: universe/ruby