[Bug 3144] Auto-reconnect capability

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Fri Apr 3 09:41:13 AEDT 2020


https://bugzilla.mindrot.org/show_bug.cgi?id=3144

--- Comment #2 from Darren Tucker <dtucker at dtucker.net> ---
Depending on exactly what you want, you could get something similar
with a shell one-liner using screen or tmux:

$ while ! ssh -tt yourserver "screen -R -D myshell";do sleep 1; done

-- 
You are receiving this mail because:
You are watching someone on the CC list of the bug.
You are watching the assignee of the bug.


More information about the openssh-bugs mailing list