Once the ssh session is disconnected, the programs running above will exit, so your build process should be interrupted and you need to recompile after ssh up.
When you need to run a long-term program remotely, it is recommended to use tools like screen or tmux.
Once the ssh session is disconnected, the programs running above will exit, so your build process should be interrupted and you need to recompile after ssh up.
When you need to run a long-term program remotely, it is recommended to use tools like screen or tmux.
Go to the terminal and see the console of the machine to which you
xshell
are connectedI don’t know why you closed it. If it is caused by disconnection or disconnection, I suggest you use a conversation tool like
screen
ortmux
Added how to use screen: Use screen to manage your remote sessions