Re: RE: sudo within script

2003-06-16 Thread
I think I was unclear. I did a search on cpan for sudo and came up with psh only. I know the method I will use to login via ssh. Is there an ssh module for sudo? - Original Message - From: Paul Kraus Sent: 6/16/2003 8:46:15 AM To: [EMAIL PROTECTED];[EMAIL PROTECTED] Subject: RE: sudo

RE: sudo within script

2003-06-16 Thread Paul Kraus
Do a search on cpan for SSH. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, June 16, 2003 10:26 AM To: [EMAIL PROTECTED] Subject: sudo within script I am writing a script that will login to multiple remote hosts and run commands as root. I would like