On Mon, 17 Oct 2005, O'Brien, Bill wrote:
> I have this so far but it is not allowing sudo, just wondering if it
> is NET::SSH or that RSA type of SSH we are running? I have tried to
> pass numerous commands but that doesn't seem to work, how can I run
> numerous commands via the single SSH co
Greetings,
I have a perl script that is using telnet that I need to switch to SSH
and I'm having some issues. First is I need to use sudo to run the
command on the server I'm connecting to and second I need to run more
then one command, I'll then save all this output.
I have this so far but it is