Skip to content

Releases: kennylevinsen/sshmuxd

Minor fixes

28 Sep 15:47
Compare
Choose a tag to compare

Fix an issue with unauthorized users causing a runtime panic.

First release

07 Sep 08:10
Compare
Choose a tag to compare

First official release.

Note:

  • cgo releases use the libc DNS resolver to look up addresses on connect, but requires dynamic linking. nocgo builds are statically linked, and therefore have no dependencies, but at the cost of not using a libc resolver. This shouldn't cause any issues in general, but means that things like /etc/hosts might not be honoured, meaning that things like "localhost" aren't guaranteed to work. Using the raw IP or using a name from a name server should work fine.
  • All builds are built with go1.5 on a linux/amd64 box. Darwin builds will be updated to proper OS X builds later.