RE: [PHP] ssh command in php script

2003-11-11 Thread Warren Vail
which had no system privileges at all, a common safeguard, on RH Linux. Warren Vail [EMAIL PROTECTED] -Original Message- From: Robert Cummings [mailto:[EMAIL PROTECTED] Sent: Monday, November 10, 2003 10:38 PM To: tirumal b Cc: PHP-General Subject: Re: [PHP] ssh command in php script On T

Re: [PHP] ssh command in php script

2003-11-10 Thread Robert Cummings
On Tue, 2003-11-11 at 01:37, Robert Cummings wrote: > On Tue, 2003-11-11 at 01:34, tirumal b wrote: > > Hello All > > > > I have written the following command in PHP script > > echo `ssh `. I have the remote ip > > addr as trusted, dont ask for the password at all. > > when the execute the php fi

Re: [PHP] ssh command in php script

2003-11-10 Thread Robert Cummings
On Tue, 2003-11-11 at 01:34, tirumal b wrote: > Hello All > > I have written the following command in PHP script > echo `ssh `. I have the remote ip > addr as trusted, dont ask for the password at all. > when the execute the php file from the browser it does > not go to the remote ip at all thoug

[PHP] ssh command in php script

2003-11-10 Thread tirumal b
Hello All I have written the following command in PHP script echo `ssh `. I have the remote ip addr as trusted, dont ask for the password at all. when the execute the php file from the browser it does not go to the remote ip at all though this command works fine in a normal bash script. what is t