As we are in corporate environment and with basic configuration changes, SSH Kerberos working seamlessly in OpenSSH
SSH -K server@domain.com
Since default Kerberos setup didn't work, we have installed MIT Kerberos and generated ktab files for the application uses.
However we are not aware how to setup Kerberos settings and properties for JSch. Password based authentication is working fine. But not sure how to implement the gssapi-with-mic. Any pointers or suggestion would be grateful.
How to create these files with valid the values and explanation would be grateful.
JSch is here for more than a decade, I don't see any single workable sample with Kerberos/GSSAPI authentication online. If anyone successfully implemented, kindly let me know.