I have a node application in development in a ubuntu server through SSH connection, I'm using bitvise ssh client, and running node server.js
through its GUI terminal.
But then when I exit the ssh client, the server terminal is closed remotely, how can I keep it open? I'm not sure if the question is related to this specific client or to SSH in general.
man screen
– user535733 Feb 05 '19 at 12:48