I've searched, and have been fiddling around for a while trying to get my local FreeBSD server to correctly use the shell command 'ssh' in order to login, and perform a command on the system.
Basically, from a webpage, i'd like to say, create a user account on a remote server. The best way to do this seemed to be use exec() or system() etc, to run the ssh command with a number of perameters, i've been unable to get any luck, and its now not even pushing any error to apaches error_log.
Idealy what im after is someone who has a working command that would login, with a username and password and perform any command.
Any help appreciated, im running out of blunt impliments to hit my head off :/
Rob