Lee David Painter
Lee David Painter
I had this too on multiple OS (OSX / Linux) I fixed it by changing references to paramiko.auth_handler.AuthHandler._handler_table to ... paramiko.auth_handler.AuthHandler._client_handler_table There are about 3 references that need changing. I...
This has been fixed in repository and will be in the next 1.5.6 update.
The SOCKS5 proxy does not appear to be responding correctly. Interestingly the response code '72' is the ascii value for 'H' which forms part of the initial output of the...
Can you tell me more about the server? Is it standard OpenSSH or another type of server.. do you have the servers version number?
The ultimate cause of this is likely to be a crash on the server causing the remote process to terminate. There are not many other reasons. When you change directory...
The API is certainly not throttled. As the source is publicly available its something that could be easily discovered and frankly would be very bad form and not something I...
I've just run some very basic tests and see similar performance between the two APIs. I assume that in your tests you are using the same JVM for both APIs...
Historically the block size was set at that low size because support for larger sizes was rather fragmented and we had too many support cases where customers found the API...
Thanks for the information. We have confirmed this and applied the change to the 3.1.2-SNAPSHOT, which should be published to maven shortly and committed to the develop_3.1.x branch.
This version is now out of date, I do not support or maintain it anymore. I would recommend moving to the Maverick Synergy API which supersedes this. You can find...