Hi.
I need to restart ssh on my server, but I can't get to it physically at the moment. Therefor I need to write a php-script that restarts the ssh for me.
I know that I can use exec() to do it, but the problem is that the php-script has to be run as root, but is running as nobody.
I have the superuser password.
Please help.
Thanks