bugzilla-daemon at mindrot.org
2020-Apr-02 13:24 UTC
[Bug 3144] New: Auto-reconnect capability
https://bugzilla.mindrot.org/show_bug.cgi?id=3144
Bug ID: 3144
Summary: Auto-reconnect capability
Product: Portable OpenSSH
Version: 8.2p1
Hardware: Other
OS: All
Status: NEW
Severity: enhancement
Priority: P5
Component: sshd
Assignee: unassigned-bugs at mindrot.org
Reporter: fadamo at gmail.com
It would amazing if SSH had the ability to auto-reconnect after a
network failure or similar, just like RDP does.
Thank you
Bye
--
You are receiving this mail because:
You are watching the assignee of the bug.
https://bugzilla.mindrot.org/show_bug.cgi?id=3144
Darren Tucker <dtucker at dtucker.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dtucker at dtucker.net
--- Comment #1 from Darren Tucker <dtucker at dtucker.net> ---
There was an attempt to do this previously (UseRoaming) however it was
the source of some security problems and was ultimately removed. I
don't think we want to repeat that.
--
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
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.
https://bugzilla.mindrot.org/show_bug.cgi?id=3144 --- Comment #3 from Yuk! <fadamo at gmail.com> --- Ok if you have a linux pc. But mine is at my office due to COVID19, I'm using a Windows pc at home with Putty. I don't have bash/ssh.... I'd like ssh was more network (fault) resistant. -- You are receiving this mail because: You are watching the assignee of the bug. You are watching someone on the CC list of the bug.