Package : golang-github-gliderlabs-ssh

Package details

Summary: Easy SSH servers in Golang

Description:

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.


URL: https://github.com/gliderlabs/ssh
License: BSD

Maintainer: pterjan

List of RPMs