Re: using ssh to do remote audit of machines

2008-09-12 Thread Ignacio
On Sep 9, 3:36 am, [EMAIL PROTECTED] (Gregory Machin) wrote: > Hi > I have a database with my servers details in .. I would like to write > a scripts to get the servers log on info ssh to the box and get basic > info using the following > > hostname > cat /etc/issue > cat /proc/cpuinfo | grep "mode

Re: using ssh to do remote audit of machines

2008-09-10 Thread Juan Pablo Feria Gomez
>If you really need to do a ssh operation in Perl, see "perldoc Net::SSH". >For database oepration, see "perldoc DBI". Expect-perl can be another useful tool to record each program response... -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://

Re: using ssh to do remote audit of machines

2008-09-09 Thread Gregory Machin
Thanks will look into those . On Tue, Sep 9, 2008 at 10:07 AM, Jeff Pang <[EMAIL PROTECTED]> wrote: > 2008/9/9 Gregory Machin <[EMAIL PROTECTED]>: >> Hi >> I have a database with my servers details in .. I would like to write >> a scripts to get the servers log on info ssh to the box and get basic

Re: using ssh to do remote audit of machines

2008-09-09 Thread Jeff Pang
2008/9/9 Gregory Machin <[EMAIL PROTECTED]>: > Hi > I have a database with my servers details in .. I would like to write > a scripts to get the servers log on info ssh to the box and get basic > info using the following > > hostname > cat /etc/issue > cat /proc/cpuinfo | grep "model name" > cat /p