Hello,
I have a small problem, I am triing to execute a script which will be used to update files on several remote computers with PHP. The script works fine when called from a usual Linux account. However when I run the script from a PHP script using system. I get an error saying cant create //.ssh dir
...
blah
blah
...
lost connection
So my question is how are these scripts executed, and how can I set permissions, keygen etc etc to have this script execute properly from the PHP.
Thanks,
Pete.