mirror of
https://github.com/hierynomus/sshj.git
synced 2025-12-08 08:10:55 +03:00
Updated Changelog (markdown)
@@ -6,8 +6,8 @@ version 0.3.0
|
|||||||
+ Don't barf when a server sends more `CHANNEL_DATA` than announced. Now there is no exception in this case, but still only as much data as announced is consumed.
|
+ Don't barf when a server sends more `CHANNEL_DATA` than announced. Now there is no exception in this case, but still only as much data as announced is consumed.
|
||||||
+ Client was still identifying as `SSHJ_0_1` -- changed to `SSHJ_0_3`.
|
+ Client was still identifying as `SSHJ_0_1` -- changed to `SSHJ_0_3`.
|
||||||
+ Support for SFTP versions less than 3.
|
+ Support for SFTP versions less than 3.
|
||||||
+ Host based authentication - see `net.schmizz.sshj.userauth.method.AuthHostbased` - pass an instance to `SSHClient.auth()` to use.
|
+ Host based authentication - see `net.schmizz.sshj.userauth.method.AuthHostbased`; pass an instance to `SSHClient.auth()` to use.
|
||||||
+ Added `Channel.join()' to allow blocking on channel close event. Useful e.g. when waiting for a command to exit.
|
+ Added `Channel.join()` to allow blocking on channel close event. Useful e.g. when waiting for a command to exit.
|
||||||
+ Various code cleanups.
|
+ Various code cleanups.
|
||||||
|
|
||||||
version 0.2.3
|
version 0.2.3
|
||||||
|
|||||||
Reference in New Issue
Block a user