Skip to content

isabella232/go-forward-ssh

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Forward SSH

Usage:

    go-forward-ssh (-L | -R) <host> <local-port> <remote-port> [--ssh-key ssh-key] [--ssh-user ssh-user]
    go-forward-ssh -h | --help
    go-forward-ssh --version
  • Use -L for local forwarding
  • Use -R for remote forwarding

Build:

go get github.com/segmentio/godep
make build

Run:

./bin/forward-ssh <options>

About

No description, website, or topics provided.

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 93.3%
  • Makefile 6.7%