Hello ,
JSCH is a great software.
I am trying to modify the shell example to authenticate via a Kerberos ticket.
How can I set it to use the Kerberos ?
I added to the example :
session.setConfig("GSSAPIAuthentication","yes");
session.setConfig("GSSAPIDelegateCredentials","yes");
But it still wants to use the Password authentication.
Is there...
2009-04-30 12:51:35 UTC in JSch