which Perl ssh module support kerberos auth?

857 Views Asked by At

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?

1

There are 1 best solutions below

1
On

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