Yes, GSS client side is currently not supported, so you need to write your own org.apache.sshd.client.UserAuth implementation for GSS. Contributions are welcomed ;-)
2014-04-15 20:41 GMT+02:00 Josh Clum <[email protected]>: > 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? >
