ThePixelDeveloper / tunnel-boring-masshine

Reliable SSH tunnels from one machine to another.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tunnel Boring MaSSHine

Access remote server software, on your computer.

Download for macOS, Windows and Linux

Abstract

The Tunnel Boring MaSSHine makes it easy to manage your SSH tunnels.

No more forgetting what command line argument you need to run.

Go from running this:

ssh -L 127.0.0.1:4646:10.0.1.2:4646 192.168.1.1 \
    -o ServerAliveInterval=60 \
    -o ServerAliveCountMax=3

to having this:

About

Reliable SSH tunnels from one machine to another.

License:GNU General Public License v3.0


Languages

Language:JavaScript 49.6%Language:Vue 49.0%Language:HTML 1.3%Language:CSS 0.1%