davrodpin/mole
cli app to create ssh tunnels
repo name | davrodpin/mole |
repo link | https://github.com/davrodpin/mole |
homepage | https://davrodpin.github.io/mole/ |
language | Go |
size (curr.) | 2051 kB |
stars (curr.) | 1353 |
created | 2018-10-04 |
license | MIT License |
Mole
Mole is a cli application to create ssh tunnels, forwarding a local port to a remote endpoint through a ssh server.
For more information about installation, usage, examples and specific use cases, please visit https://davrodpin.github.io/mole/
How to build from source
Build and Install from Source
- Go 1.13+ is required
- Mole uses Go Modules to manage its dependencies.
$ 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.