Run a long-running process on Windows using SSH
As part of my pipeline, I need to launch Selenium server on a windows machine (which is a long-running process) and let the pipeline keep running. So I need to run a SSH command that will run the selenium server, but will not hang. I have SSH Server installed on the windows machine.