Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kennylevinsen committed May 28, 2016
1 parent 40c5ce8 commit 8925265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# sshmux [![GoDoc](https://godoc.org/github.com/joushou/sshmux?status.svg)](http://godoc.org/github.com/joushou/sshmux) [![Build Status](https://travis-ci.org/joushou/sshmux.svg?branch=master)](https://travis-ci.org/joushou/sshmux) [![Go Report Card](https://goreportcard.com/badge/joushou/sshmuxd)](https://goreportcard.com/report/joushou/sshmux)
# sshmux [![GoDoc](https://godoc.org/github.com/joushou/sshmux?status.svg)](http://godoc.org/github.com/joushou/sshmux) [![Build Status](https://travis-ci.org/joushou/sshmux.svg?branch=master)](https://travis-ci.org/joushou/sshmux) [![Go Report Card](https://goreportcard.com/badge/joushou/sshmux)](https://goreportcard.com/report/joushou/sshmux)
SSH multiplexing library, allowing you to write "jump host" style proxies.

sshmux supports jumps through agent-forwarding or secure channel forwarding (ssh -W). For ssh session channels, it also allows for interactive selection of destination. Secure channel forwarding is not interactive, but simply verifies the requested final destination against the permitted hosts list.
Expand Down

0 comments on commit 8925265

Please sign in to comment.