I need to run commands on a server via an SSH session and close the session without killing the process on the server. How can this be implemented correctly.
Server and client are linux systems.
Please note than I can't install additional software on server.