Since today, I can't use php with SSH on OVH. Are you currently experiencing this problem?
For exemple when I use :
php bin/console cache:clear --env=prod --no-debug --no-warmup
The answer is :
-ovh_ssh: /usr/local/php7.1/bin/php: No such file or directory
My environnement configuration is :
In .bashrc :
alias php='/usr/local/php7.1/bin/php'
In .ovhconfig
app.engine=phpcgi
app.engine.version=7.1
http.firewall=none
environment=production
container.image=stable
Could you help me please ?
Steve