Possible Duplicate:
How To Execute SSH Commands Via PHP
I've searched here for some solutions but I couldn't find anything useful, so I'll just ask it.
OK, so what I want to do is a SSH Remote Connection FROM my website to the remote server machine. Both are Windows for now but I'll get some Linux servers soon so I will have to make it compatible with Linux systems. Well, back to topic. I'm currently trying to create a Game Server Control Panel in PHP which will start and stop .exe's over the internet on my Dedicated Servers, but I need to know how to do it in PHP.
I've currently not come up with anything at all because this is still an idea of mine. I know I should make it in ASP.NET but I have no knowledge in ASP.NET whatsoever.
I've installed Cygwin Server on my remote machine and it's working.
How do I make a PHP SSH Connection to my remote machine(s)?
EDIT: I have full root access to both machines.