How to launch a remote process through ssh and end the connection?

Posted by Lukasz Lew on Stack Overflow See other posts from Stack Overflow or by Lukasz Lew
Published on 2010-03-22T19:15:58Z Indexed on 2010/03/22 19:21 UTC
Read the original article Hit count: 453

Filed under:
|
|

This is still blocking:

ssh host nohup cmd

This still leaves the connection open:

ssh host nohup cmd &

© Stack Overflow or respective owner

How to launch a remote process through ssh and end the connection?

Posted by Lukasz Lew on Super User See other posts from Super User or by Lukasz Lew
Published on 2010-03-22T19:15:58Z Indexed on 2010/03/22 23:41 UTC
Read the original article Hit count: 453

Filed under:
|
|

This is still blocking:

ssh host nohup cmd

This still leaves the connection open:

ssh host nohup cmd &

© Super User or respective owner

Related posts about ssh

Related posts about nohup