From 558c0abafc6199efbf145fdbf1e11ef699314695 Mon Sep 17 00:00:00 2001 From: Corentin Kerisit Date: Tue, 23 Aug 2016 08:58:16 +0200 Subject: [PATCH] Adds Socker Go library --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b8b1863..1d3efbf 100644 --- a/README.md +++ b/README.md @@ -136,6 +136,7 @@ Please read the [contribution guidelines](CONTRIBUTING.md) if you want to contri * [crypto/ssh](https://godoc.org/golang.org/x/crypto/ssh) - built-in SSH client and server library. * [sftp](https://github.com/pkg/sftp) - SFTP support for the go.crypto/ssh package. * [go-sshkit](https://github.com/shazow/go-sshkit) - Toolkit for building SSH servers and clients in Go. + * [Socker](https://github.com/cosiner/socker) - a library for Go to simplify the use of SSH * Java * [jsch](http://www.jcraft.com/jsch/) - pure java, BSD licensed, SSH2 client library. * Javascript/Node.js