|
Permanent SSH session (like VNC, but text)
Hello.. very often I use VNC connection to my server to then use.. the console ! :-(
I'm wander if exist a way to achieve a permanent console session trough SSH.
As a "permanent console session" I mean a session that is started on the server and it runs independently from having a client attached.
So I can start a program, disconnect, and when I connect it back I am attached to the terminal again and see the progress of my program...
I know of nohup, but I would lost the interactivity...
Any suggestion??
|