in reply to Re: Re: fork + Expect.pm + ssh == success!
in thread fork + Expect.pm + ssh == success!

Net::SSH is something I did not know about. It looks very interesting. However, (from glancing briefly over the documentation), it does not look like it supports passwords or passphrase encrypted private-keys.

Net::SSH supports passwords from the tty and keys. It's just a mere wrapper for ssh itself. Net::SSH::Perl, on the other hand, does not just interface with ssh, but implements the ssh protocol in Perl. It supports passing passwords, and I think keys too.

- Yes, I reinvent wheels.
- Spam: Visit eurotraQ.

  • Comment on Re: Re: Re: fork + Expect.pm + ssh == success!