Hello all!
I have searched the net for this but can´t realy get the hang of things... There is a old mail thread here at PHPbuilder but I can´t make sence of that one eather...
My problem:
I need to make a PHP script that login at a server running Linux and excecute a command (like adduser or something), then logout. I can only access the server via SSH.
I know that PHP don´t have built-in commands for SSH (why not?). So I understand that I must use a third part product that I can execute from PHP.
What I don´t understand is witch program to use and how to set this program up. The problem is that all clients that I have tried aren´t capable of login me in with a password...
Help please!