Rsync via PHP exec() with SSH passwordless ssh login

前端 未结 5 912
刺人心
刺人心 2020-12-30 08:30

If I run the command via php exec(): It does not work. But if I use bash, it runs perfect. Any idea what the problem might be.? I was thinking maybe it is executing rsync as

5条回答
  •  既然无缘
    2020-12-30 08:58

    Since none of the above suggestions would work, I had to allow the Apache user account passwordless access to the server I needed to upload images too. It works like I charm, just as needed, Thank you to all that attempted to help with my issue.

提交回复
热议问题