LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Re-Open existing SSH Session (https://www.linuxquestions.org/questions/linux-networking-3/re-open-existing-ssh-session-580006/)

Dankles 08-26-2007 04:57 PM

Re-Open existing SSH Session
 
Does anyone know how I can re-open an existing SSH session I was using? I'm compiling some software and I don't want to lose my work.

blackhole54 08-26-2007 05:15 PM

Quote:

Originally Posted by Dankles (Post 2871483)
Does anyone know how I can re-open an existing SSH session I was using? I'm compiling some software and I don't want to lose my work.

No. In the future I would suggest starting a screen session on the remote computer and doing your compiling from there. You can then disconnect from it and reconnect at a later time with all of your work saved (assuming the remote computer has not gone down in the meantime). If you loose your connection accidentally, you can still do a normal ssh login and reconnect to your still running screen session.

Dankles 08-27-2007 07:49 AM

Thanks man


All times are GMT -5. The time now is 11:23 AM.