SSH, run process and then ignore the output
问题 I have a command that will SSH and run a script after SSH'ing. The script runs a binary file. Once the script is done, I can type any key and my local terminal goes back to its normal state. However, since the process is still running in the machine I SSH'ed into, any time it logs to stdout I see it in my local terminal. How can I ignore this output without monkey patching it on my local machine by passing it to /dev/null ? I want to keep the output inside the machine I am SSH'ing to and I