mirror of
https://github.com/hierynomus/sshj.git
synced 2025-12-07 15:50:57 +03:00
minor
This commit is contained in:
13
README.rst
13
README.rst
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user