Re: perl+php and remote commands

2005-03-23 Thread JupiterHost.Net
Mariano Cunietti wrote: Hi, I want to develop a PHP+Perl interface to manage a DNS and a few Mail servers. I need to interact with other machines on the same network. Which is the best way to execute commands invoked from the web interface, pass them to perl and then let them be executed on local

Re: perl+php and remote commands

2005-03-23 Thread Joshua Colson
On Wed, 2005-03-23 at 16:48 +0100, Mariano Cunietti wrote: ...snip... > Should I put public keys in /root/.ssh/authorized_keys on all machines > and then exec a "ssh [EMAIL PROTECTED] ."? No. That is basically the same a putting the password in a file on disk. > Isn't there a more *elegant

perl+php and remote commands

2005-03-23 Thread Mariano Cunietti
Hi, I want to develop a PHP+Perl interface to manage a DNS and a few Mail servers. I need to interact with other machines on the same network. Which is the best way to execute commands invoked from the web interface, pass them to perl and then let them be executed on local and remote machines? How