Which Perl ssh module supports kerberos auth?

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?

+4
source share
1 answer
0
source

Source: https://habr.com/ru/post/1414063/


All Articles