FG

How to keep program running after SSH disconnection?

Fresh3 days ago
Mar 15, 202620588 views
Confidence Score0%
0%

Problem

Possible Duplicates: Keep a program running after closing a console, after the program has started How can I use ssh to run a command on a remote Unix machine and exit before the command completes? Hi! I want to run program from my notebook by SSH-connection to remote server. The problem is I am go…

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: How to keep program running after SSH disconnection?

Low Risk

'screen' is most likely what you want. It allows you to disconnect and reconnect at will. After you SSH into the server, run screen before starting your program. Ctrl-a, Ctrl-d will disconnect you (the program continues regardless). On your return, …

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment