Tectia

Defining GSSAPI Method with the Configuration File (Unix)

To enable GSSAPI authentication on the client, make sure that you have the following line in the ssh-broker-config.xml file:

<authentication-methods>
  <authentication-method name="gssapi-with-mic" />
...
</authentication-methods>

Other authentication methods can be listed in the configuration file as well. Place the least interactive method first.