We do have java example that uses the JSch library to perform the sftp operation. When this example executes and communicates with server that has Kerberos- gssapi enabled, then it would ask for username and password through prompt and application stops to get the entries.
Please see below -
Kerberos username [user1]:
Kerberos password for user1:
We need help- how we can avoid this prompt? but make sure we need to support the gssapi (Kerberos) as well.
Can someone help me on this.
Thanks, Hrushi