I have a SSHServer set up with the GSSAuthenticator. I want to authenticate
a java SSHClient with that server. Is there any way to do that? Looking at
the api I only see ways to specify a public key, password, or interactive
mode. Do I have to write my own implementation of UserAuth.java or
AbstractUserAuth.java?

Reply via email to