Easy SSH servers in Golang
Package Ssh wraps the crypto/ssh package with a higher-level API for building SSH servers. The goal of the API was to make it as simple as using net/http, so the API is very similar. You should be able to build any SSH server using only this package, which wraps relevant types and some functions from crypto/ssh. However, you still need to use crypto/ssh for building SSH clients. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/gliderlabs/ssh
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 0.3.1-3.fc35 | - |
Fedora 35 | 0.3.1-3.fc35 | - |
Fedora 34 | 0.3.1-2.fc34 | - |
You can contact the maintainers of this package via email at
golang-github-gliderlabs-ssh dash maintainers at fedoraproject dot org
.