Hi guys,
I have a custom java jar app (it’s a VNC client) that connects via ssh to a server and then jumps to another node and connects via VNC.
The problem is that I cannot simply run the app from GUI because it asks for kerberos password and user behind the scenes and I’m forced to run it via Konsole. (I’m on KDE).
I’ve looked everywhere and I tried adding KerberosAuthentication no in all sshd configs I could find but it always asks for password. (I’ve tried restarting the machine and also reloading the sshd service but to no avail).
Any help would be appreciated.
Thank you