My Linux server group uses Kerberos authentication. When I try to connect to one of the servers using Net::SSH2, auth_list()
returns gssapi-keyex
and gssapi-with-mic
. However, auth()
doesn't support either.
Is there a Perl module that naively (e.g., without using Expect.pm) supports GSSAPI authentication over SSH?