in reply to Re^6: run a perl script on a unix machine from a win machine
in thread run a perl script on a unix machine from a win machine

Try requesting allocation of a pty:
$chan->pty(1); $chan->shell(); ...

Replies are listed 'Best First'.
Re^8: run a perl script on a unix machine from a win machine
by Anonymous Monk on Jan 28, 2012 at 18:40 UTC

    Yes, I was able to SSH to the jumpbox and issue "ssh -l" command to reach all the remote cisco devices.. Thanks alot. I am happy that Pty worked"