[JSch-users] using Identity to pass in ssh-agent info

2009-02-18 Thread Stephen Williams
Hi, I'm considering adding a way for my product to get identities from ssh-agent (via JNI) so it can pass them to JSch (a wonderful product!). Before I go down that path, I wanted to ask if anyone can tell me if the following approach would work: - Create a class IdentityAgent that implements In

Re: [JSch-users] how to get the supported authentication methods of the remote sshd using jsch.

2009-02-18 Thread Atsuhiko Yamanaka
Hi, +-From: prakash babu -- |_Date: Mon, 16 Feb 2009 16:12:21 +0530 (IST) | |I want to check if the remote sshd supports public key authentication. |Is there a way to get=A0this information. I enabled debugging forjsch |but it does not give me the required information. T

Re: [JSch-users] Jsch and OpenSSH - Exceeding maximum number of concurrent unauthenticated connections

2009-02-18 Thread Atsuhiko Yamanaka
Hi, +-From: Keith Richardson -- |_Date: Tue, 17 Feb 2009 15:04:45 +0200 __ | |Implemented and tested via password authentication. |Changes are to Session.java only. Attached is the patch (i.e. diff |-u) against 0.1.41 source code. If this list doesn't allow |attache