blob: b8ee91b9d8769a33f71e4d0d82cde5223611b4ca (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# ConnectBot's SSH library
[](https://travis-ci.org/connectbot/sshlib)
[](https://bintray.com/connectbot/maven/sshlib/_latestVersion)
This is ConnectBot's SSH library. It started as a continuation of the Trilead SSH2 library,
but has had several features added to it since then.
##### Key support:
* ECDSA (RFC 5656)
* Ed25519 (draft-bjh21-ssh-ed25519-02)
##### Key exchange:
* ECDH (RFC 5656)
* X25519 (curve25519-sha256@libssh.org)
|