"SSH server" in Windows?
        Posted  
        
            by Benjamin Oakes
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Benjamin Oakes
        
        
        
        Published on 2010-03-31T13:38:08Z
        Indexed on 
            2010/03/31
            13:43 UTC
        
        
        Read the original article
        Hit count: 600
        
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.)
© Stack Overflow or respective owner