I often need to ssh to a build machine (on ubuntu) for building software. But sometime, my connection to the machine is disconnected (e.g. due to Wifi not stable).
Is there anyway I can 'reconnect my old ssh session? so that I can keep my build job?
Now, the build job on build machine still runs but i have no idea when it will end in my new ssh shell.
Thank you.