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.

Replies are listed 'Best First'.
Re^2: How to use Net::SSH2 in a krb5 authen env?
by chenryn (Novice) on Sep 01, 2012 at 02:44 UTC

    How about the performance of Net::OpenSSH? Sounds like wrap ssh command with Expect?

      Performance is similar to that of Net::SSH2.