in reply to Re^2: Net::SSH::Perl returns error on pty allocation
in thread Net::SSH::Perl returns error on pty allocation

Try adding set_interactive to the constructor.

Replies are listed 'Best First'.
Re^4: Net::SSH::Perl returns error on pty allocation
by gdanenb (Acolyte) on Mar 05, 2013 at 12:19 UTC

    I tried most of options provided by Net::SSH::Perl module but failed to get good results

    On the other hand Net::SSH::Expect module worked perfect for me

    Thank you all