mirror of
https://github.com/hierynomus/sshj.git
synced 2025-12-08 00:00:54 +03:00
minor
This commit is contained in:
13
README.rst
13
README.rst
@@ -1,7 +1,9 @@
|
|||||||
sshj - SSHv2 library for Java
|
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
|
* reading known_hosts files for host key verification
|
||||||
* password and publickey authentication
|
* password and publickey authentication
|
||||||
@@ -9,11 +11,7 @@ Features include:
|
|||||||
* local and remote port forwarding
|
* local and remote port forwarding
|
||||||
* scp + complete sftp version 3 implementation
|
* 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 :)
|
Implementations for the following algorithms are included:
|
||||||
|
|
||||||
|
|
||||||
Algorithms
|
|
||||||
-----------
|
|
||||||
|
|
||||||
ciphers
|
ciphers
|
||||||
``aes{128,192,256}-{cbc,ctr}``, ``blowfish-cbc``, ``3des-cbc``
|
``aes{128,192,256}-{cbc,ctr}``, ``blowfish-cbc``, ``3des-cbc``
|
||||||
@@ -33,7 +31,7 @@ compression
|
|||||||
private key files
|
private key files
|
||||||
``pkcs8`` encoded (what openssh uses)
|
``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
|
Building
|
||||||
@@ -59,7 +57,6 @@ Contributing
|
|||||||
Fork away!
|
Fork away!
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.. _buildr: http://buildr.apache.org/installing.html
|
.. _buildr: http://buildr.apache.org/installing.html
|
||||||
|
|
||||||
.. _slf4j: http://www.slf4j.org/download.html
|
.. _slf4j: http://www.slf4j.org/download.html
|
||||||
|
|||||||
Reference in New Issue
Block a user