Jeroen van Erp

Results 261 comments of Jeroen van Erp

It seems that the key you're using is recognised as a PKCS8 key file, which it is not. Ensure that you're using a valid SSH keypair.

Can you take a look at the `DisconnectionTest` class? I've tried to reproduce your code, but I'm not getting the timeout in there.

Both Remote and Local port forwards are supported by SSHJ. As is Public Key based authentication. What have you tried and what is not working?

- You can connect to a different port on the server if you use `.connect(host, port)` - you can add the `PromiscuousVerifier` if you don't want to do host checking...

A PR would be welcome. Currently bit short on time to implement this.

I will try to solve this in 1.0.0 (which introduces more breaking changes)...

Yes, I will make it switchable so that on Android you can use Spongy 2015-04-21 10:36 GMT+02:00 David Kocher [email protected]: > Great. I suppose this will also resolve #188 >...