Socket
Book a DemoInstallSign in
Socket

canals

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

canals

0.9.1
bundlerRubygems
Version published
Maintainers
1
Created
Source

Gem Version

Canals: Help manage SSH tunnels

Canals eases the process of creating and managing SSH tunnels. Behind the scenes, Canals creates SSH tunnels using the standard OpenSSH library, but it helps with making the process more forward and by remembering those tunnels between usages.

Instalation

gem install canals
canal setup wizard

SSH tips

Keep Alive

SSH tunnels tend to die after some time. it's sad but true. but we can do something to try and keep them alive as long as possible. Edit your ~/.ssh/config file (and if it doesn't exist, create it) and add the following 2 lines:

Host *
  ServerAliveInterval 60

so in the end:

$ cat ~/.ssh/config
Host *
  ServerAliveInterval 60

$ chmod 600 ~/.ssh/config
$ chown uesr:group ~/.ssh/config

(where user:group is your user:group on your system)

FAQs

Package last updated on 04 Dec 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.