aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: 4f7654c960f98578afc30e81026f47b3b6e86b71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# ConnectBot's SSH library
[![Build Status](https://travis-ci.org/connectbot/sshlib.svg?branch=master)](https://travis-ci.org/connectbot/sshlib)
[![Download](https://api.bintray.com/packages/connectbot/maven/sshlib/images/download.svg)](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)