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()
also does not support.
Is there a Perl module that naively (for example, without using Expect.pm) supports GSSAPI authentication through SSH?
source share