http://qs321.pair.com?node_id=990937


in reply to How to use Net::SSH2 in a krb5 authen env?

Looking at libssh2 feature list, it does not seem to support krb5 authentication.

Net::OpenSSH should work as OpenSSH does support it. Configure your environment to log into the remote host using OpenSSH ssh client with krb5 authentication, and Net::OpenSSH will just work.