How to keep processes running after ending ssh session?
Опубликовано вт, 09/18/2018 - 08:34 пользователем MaximHi everyone!
Sometimes due some reasons we need to launch any process via ssh and keep it running after ending the ssh session.
The following instruction helps you to save your time.
Connect to certain machine via ssh
ssh username@ip_address
If you use ubuntu then make sure screen is already installed on the machine you need keep any process running after endind ssh session.
Run
screen -v