chenryn has asked for the wisdom of the Perl Monks concerning the following question:
I like use Net::SSH2 or Net::SSH::Perl module to connect my remote hosts. But now the cluster changes to be authed by krb5 ---- that means $ssh2->auth_list return "gssapi-keyex" and "gssapi-micpassword".
I donot find any words about gssapi support in the POD of Net::SSH2 or Net::SSH::Perl. Then what can I do?
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: How to use Net::SSH2 in a krb5 authen env?
by salva (Canon) on Aug 31, 2012 at 08:04 UTC | |
by chenryn (Novice) on Sep 01, 2012 at 02:44 UTC | |
by salva (Canon) on Sep 03, 2012 at 06:38 UTC | |
Re: How to use Net::SSH2 in a krb5 authen env?
by ig (Vicar) on Aug 30, 2012 at 19:14 UTC |
Back to
Seekers of Perl Wisdom