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

2009-02-19 Thread Atsuhiko Yamanaka
Hi, +-From: Stephen Williams -- |_Date: Wed, 18 Feb 2009 08:58:48 -0800 _ | |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

[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