in reply to Re: Persistent SSH Terminal from Perl?
in thread Persistent SSH Terminal from Perl?

Has there been a solution to this problem? In particular running multiple commands to the remote machine over an SSH connection. I can do one command in a .pl script using:
system('ssh user@host command');

Replies are listed 'Best First'.
Re^3: Persistent SSH Terminal from Perl?
by salva (Canon) on Jul 31, 2009 at 21:03 UTC