Mole
Mole is a cli application to create ssh tunnels, forwarding a local port to a remote endpoint through a ssh server.
How to build from source
Build and Install from Source
- Go 1.12.5+ is required
- Mole uses Go Modules to manage its dependencies, so remember to clone the project outside
GOPATH
and unset it.
$ go build github.com/davrodpin/mole/cmd/mole
Test Environment
The project provides a small automated infrastructure to help on funcional
tests. Please refer to this document for more details about it.