Tagged Questions
10
votes
5answers
681 views
What is the best way to run a remote ssh command in background but still displaying?
I need to run SSH commands remotely with the output displaying locally. But if the connection breaks I want the command to still run.
I am not talking so much about logging in and executing but doing ...