Skip to content
This repository was archived by the owner on Jan 17, 2021. It is now read-only.

Add SSH master connection feature #116

Merged
merged 8 commits into from
Jun 28, 2019
Prev Previous commit
Next Next commit
Merge branch 'master' into reuse-ssh-connection
  • Loading branch information
deansheather authored Jun 27, 2019
commit 1bc6ac0eab1de6ff8cfb9a07453d47a6617f6f41
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ func (c *rootCmd) RegisterFlags(fl *flag.FlagSet) {
fl.BoolVar(&c.syncBack, "b", false, "sync extensions back on termination")
fl.BoolVar(&c.printVersion, "version", false, "print version information and exit")
fl.BoolVar(&c.noReuseConnection, "no-reuse-connection", false, "do not reuse SSH connection via control socket")
fl.StringVar(&c.bindAddr, "bind", "", "local bind address for ssh tunnel")
fl.StringVar(&c.bindAddr, "bind", "", "local bind address for SSH tunnel, in [HOST][:PORT] syntax (default: 127.0.0.1)")
fl.StringVar(&c.sshFlags, "ssh-flags", "", "custom SSH flags")
}

Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.