vote up 0 vote down star

I'm looking for a simple protocol to control remote processes from one managing application. The remote processes will run on Windows and Linux (x86).

Is there a simple protocol for managing remote processes, for which I could find daemons that run on both Windows and Linux?

flag

3 Answers

vote up 2 vote down check

I consider ssh to be the "Swiss-army knife" of remote administration. A custom script communicating over ssh can then do the process management. On Windows, I install ssh as part of Cygwin.

link|flag
vote up 0 vote down

On windows you can use shutdown.exe \\remote_name [/y] [/c]

http://support.microsoft.com/kb/317371

link|flag
vote up 0 vote down

Thanks Nathan.

Windows users can also use the following package instead of Cygwin: http://sshwindows.sourceforge.net/

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.