Skip to content

jgf/go-sshtunnel

 
 

Repository files navigation

go-sshtunnel

This is a tiny ssh tunnel implemented in GO. It's main purpose is to establish an SSH connection from a Docker container to a jumpbox and redirect all outgoing TCP traffic over this connection.

Currently only LINUX is supported

Usage:

sshtunnel <jumpbox_ip> [networks...] &

Example:
sshtunnel 12.34.56.78 10.0.0.0/8 192.168.1.0/24 &

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%