FG
šŸ’» Software

Dropped ssh/X session, how to pickup where left off?

Fresh5 days ago
Mar 15, 20265084 views
Confidence Score0%
0%

Problem

I am VPN from a Linux box to another. I log in to the other box with ssh -X. I open an X window/program in an attempt to do a software installation. The painful truth is that this software cannot be installed from the shell. Anyway, all is well but slow. However, the VPN session will periodically d…

Error Output

ssh -X user@192.168.0.1
./setup.sh &
[1] 1084

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Dropped ssh/X session, how to pickup where left off?

Low Risk

You cannot reconnect to a session you already lost. You can only kill its processes. But if you are preparing for future, you can use or for terminal-based programs and (this fork) for X11 ones.

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment