Skip to content

elentok/gesheft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gesheft

An SSH tunnel manager in GO (based on Shaft by n0nick)

Install

go get github.com/elentok/gesheft

Usage


gesheft list    - lists all of the tunnels
gesheft active  - lists the active tunnels (removes zombie tunnels)
gesheft info    - shows information about a tunnel

gesheft start   <tunnel_name>
gesheft stop    <tunnel_name>
gesheft restart <tunnel_name>

Gehseft uses the same config file as shaft (see the "example-config.yml" file)

Development

To run the tests, you'll need ginkgo

script/test

About

SSH Tunnel manager

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published