Re: Using SSL and Perl to Gather Process Information

2001-05-17 Thread Matt Cauthorn
You may want to check this out: http://search.cpan.org/doc/BTROTT/Net-SSH-Perl-1.13/lib/Net/SSH/Perl.pm I bet this will get you where you want to go. ~Matt C. --- Ken Hammer <[EMAIL PROTECTED]> wrote: > > I need to write a perl script that will gather system information > from remote machine

RE: Using SSL and Perl to Gather Process Information

2001-05-16 Thread King, Jason
Ken Hammer writes .. > I need to write a perl script that will gather system information >from remote machines. I must communicate to the remote machines >using SSL. I'm thinking I can use the Socket method to accomplish >this, but I have had little luck in figuring it out. > > Can anyone point