| Summary: | Auto-reconnect capability | ||
|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Yuk! <fadamo> |
| Component: | sshd | Assignee: | Assigned to nobody <unassigned-bugs> |
| Status: | NEW --- | ||
| Severity: | enhancement | CC: | dtucker |
| Priority: | P5 | ||
| Version: | 8.2p1 | ||
| Hardware: | Other | ||
| OS: | All | ||
|
Description
Yuk!
2020-04-03 00:24:39 AEDT
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. 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 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. |