"SSH server" in Windows?
Posted
by Benjamin Oakes
on Super User
See other posts from Super User
or by Benjamin Oakes
Published on 2010-03-31T13:38:08Z
Indexed on
2010/03/31
16:53 UTC
Read the original article
Hit count: 541
I have some command-line commands to execute on a Windows machine. The programs I need to run are only available on Windows.
Is there a way to easily to do something like I would do with SSH? Example of what I mean:
ssh [email protected] "remote command to execute"
...or do I have to Remote Desktop just to do this? (I'd like to run the commands programmatically from another computer rather than running them by hand.)
© Super User or respective owner