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?
Maybe give this module a shot?
http://metacpan.org/pod/LWP::Authen::Negotiate
Or possibly this one as well...
http://metacpan.org/pod/Authen::Simple::Kerberos