This commit is contained in:
Shikhar Bhushan
2010-03-07 16:11:25 +01:00
parent 795912958d
commit 77af87bf99

View File

@@ -1,7 +1,9 @@
sshj - SSHv2 library for Java
==============================
Features include:
To get started, have a look at one of the examples. Hopefully you will find the API pleasant to work with :)
Features of the library include:
* reading known_hosts files for host key verification
* password and publickey authentication
@@ -9,11 +11,7 @@ Features include:
* local and remote port forwarding
* scp + complete sftp version 3 implementation
To get started, have a look at one of the examples. Hopefully you will find the API pleasant to work with :)
Algorithms
-----------
Implementations for the following algorithms are included:
ciphers
``aes{128,192,256}-{cbc,ctr}``, ``blowfish-cbc``, ``3des-cbc``
@@ -33,7 +31,7 @@ compression
private key files
``pkcs8`` encoded (what openssh uses)
If you need something that is not implemented, it shouldn't be too hard to add (do contribute it!)
If you need something that is not implemented, it shouldn't be too hard to add since (do contribute it!)
Building
@@ -59,7 +57,6 @@ Contributing
Fork away!
.. _buildr: http://buildr.apache.org/installing.html
.. _slf4j: http://www.slf4j.org/download.html