Re: [PHP] SSH system command problem

2005-01-31 Thread Curt Zirzow
* Thus wrote Linn Fagerberg: > Hi, > > I am trying to use a php system command to run a script and access files > from another server using SSH. This does not seem to work in PHP or else I > am doing it wrong because I keep on getting the system return value=255 when > I do > > > > system("/u

Re: [PHP] SSH system command problem

2005-01-31 Thread Richard Lynch
Linn Fagerberg wrote: > I am trying to use a php system command to run a script and access files > from another server using SSH. This does not seem to work in PHP or else I > am doing it wrong because I keep on getting the system return value=255 > when > I do > > system("/usr/bin/ssh 10.0.0.1", $

Re: [PHP] SSH system command problem

2005-01-31 Thread Jason Wong
On Monday 31 January 2005 16:44, Linn Fagerberg wrote: > I am trying to use a php system command to run a script and access files > from another server using SSH. This does not seem to work in PHP or else I > am doing it wrong because I keep on getting the system return value=255 > when I do > > >

[PHP] SSH system command problem

2005-01-31 Thread Linn Fagerberg
Hi, I am trying to use a php system command to run a script and access files from another server using SSH. This does not seem to work in PHP or else I am doing it wrong because I keep on getting the system return value=255 when I do system("/usr/bin/ssh 10.0.0.1", $value) I tried to do a