> -----Original Message----- > From: Daryl J. Hoyt [mailto:[EMAIL PROTECTED]] > Sent: Friday, January 04, 2002 10:13 AM > To: Beginners Perl; Perl-Unix-Users > Subject: Is there a way to rsh (or remsh) in Perl? > > > I have several scripts that I would like to get data from > several machines. > I have seen the ssl and telnet modules, but is there one for > rsh. It has > been recommended to me that rsh would be a better approach.
There's a Net::Rexec module on CPAN that's a breeze to use. But as was mentioned, these protocols are ancient and running rexecd is considered a security risk. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]