An open API service indexing awesome lists of open source software.

https://github.com/shazow/go-sshkit

Toolkit for building SSH servers and clients in Go.
https://github.com/shazow/go-sshkit

Last synced: 9 months ago
JSON representation

Toolkit for building SSH servers and clients in Go.

Awesome Lists containing this project

README

          

[![GoDoc](https://godoc.org/github.com/shazow/go-sshkit?status.svg)](https://godoc.org/github.com/shazow/go-sshkit)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/shazow/go-sshkit/master/LICENSE)
[![Build Status](https://travis-ci.org/shazow/go-sshkit.svg?branch=master)](https://travis-ci.org/shazow/go-sshkit)

# go-sshkit

Toolkit for building SSH servers and clients in Go.

Based on code from [ssh-chat](https://github.com/shazow/ssh-chat).

# License

MIT.