in reply to strange behavior of Net::SSH::Expect

Do you have any particular reason for using Net::SSH::Expect? Due to the way it works it is not very reliable.

Try using one of the following modules instead: Net::SSH2, Net::OpenSSH or Net::SSH::Perl.

  • Comment on Re: strange behavior of Net::SSH::Expect