Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 668 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 668 Bytes

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