list jsch, a pure java, BSD licensed, SSH2 client library

This commit is contained in:
Felix Kronlage
2016-01-12 23:17:52 +01:00
parent ace2c3a69c
commit 5785390e20

View File

@@ -127,6 +127,8 @@ 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. * [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. * [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. * [go-sshkit](https://github.com/shazow/go-sshkit) - Toolkit for building SSH servers and clients in Go.
* Java
* [jsch](http://www.jcraft.com/jsch/) - pure java, BSD licensed, SSH2 client library.
* Javascript/Node.js * Javascript/Node.js
* [ssh2](https://github.com/mscdex/ssh2) - SSH2 client and server modules written in pure JavaScript for node.js * [ssh2](https://github.com/mscdex/ssh2) - SSH2 client and server modules written in pure JavaScript for node.js
* Python * Python