Hi,

   +-From: Sachith Withana <swsach...@gmail.com> --
   |_Date: Thu, 20 Feb 2014 11:43:14 -0500 ________
   |
   |I need to get kerberos working through Java. ( SSH using the kerberos
   |ticket)
   |Currently it works with the terminal ( ssh host command) using the
   |gssapi-with-mic
   |But I'm having trouble getting it working with the JSCH library in Java.
   |Here's the code snippet I tried. ( pastebin:  http://pastebin.com/sX8pUQSq)
   |JSch jsch = new JSch();
   |        jsch.setLogger(new MyLogger());

There may be a hint in the outputs from MyLogger().
Whould you show it?


Sincerely,
--
Atsuhiko Yamanaka
JCraft,Inc.
1-14-20 HONCHO AOBA-KU,
SENDAI, MIYAGI 980-0014 Japan.
Tel +81-22-723-2150
Skype callto://jcraft/
Twitter: http://twitter.com/ymnk
Facebook: http://facebook.com/aymnk

------------------------------------------------------------------------------
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121054471&iu=/4140/ostg.clktrk
_______________________________________________
JSch-users mailing list
JSch-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jsch-users

Reply via email to