From 77af87bf9997d3bf3833737ec578c726205a004a Mon Sep 17 00:00:00 2001 From: Shikhar Bhushan Date: Sun, 7 Mar 2010 16:11:25 +0100 Subject: [PATCH] minor --- README.rst | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/README.rst b/README.rst index e8806fe9..17230e99 100644 --- a/README.rst +++ b/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