Hi,

   +-From: Stephen Williams <[email protected]> --
   |_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
   |can tell me if the following approach would work:
   ...
   |Would the above approach work? 

Yes, I think it is the right approach.  All you have to do is to write
the code to communicate with ssh-agent with its own protocol, ant call
that code via getPublicKeyBlob() and getSignature().

   |                               It would be nice in that I wouldn't need to
   |change JSch, but I may be misunderstanding the intent of the Identity 
   |interface.

Yes, you don't have to change JSch.  In fact, for our customers,
we had implemented the authentication with smart-card without changing JSch, 


Sincerely,
--
Atsuhiko Yamanaka
JCraft,Inc.
1-14-20 HONCHO AOBA-KU,
SENDAI, MIYAGI 980-0014 Japan.
Tel +81-22-723-2150
    +1-415-578-3454
Skype callto://jcraft/

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
JSch-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jsch-users

Reply via email to