Ssh Versions Save

Easy SSH servers in Golang

v0.3.7

1 month ago

What's Changed

New Contributors

Full Changelog: https://github.com/gliderlabs/ssh/compare/v0.3.6...v0.3.7

v0.2.2

4 years ago
  • Add Session.RawCommand()

v0.2.1

4 years ago
  • Fix ForwardedTCPHandler by switching to a pointer receiver
  • Rename DefaultServerConfigCallback to ServerConfigCallback

v0.1.4

4 years ago
  • Fix panic with missing request handler

v0.2.0

4 years ago
  • Make ChannelHandlers configurable
  • Make RequestHandlers configurable
  • Disable port forwarding by default

v0.1.3

5 years ago

Small release which adds a method of changing the internal SSH config

v0.1.2

5 years ago

This is a cut of master that includes reverse port forwarding.

v0.1.1

5 years ago

There were too many changes to list them in a short changelog, but the main reason for this release is so users working with dep or vgo can use a version which works with the latest x/crypto/ssh version.

v0.1.0

7 years ago

First cut of the library before we start potentially introducing breaking API changes. Releases will use semantic versioning, but right now we're pre-1.0. During this phase breaking API changes will represented in the minor version and is the only reason a release will happen.