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

--- Comment #2 from Darren Tucker <[email protected]> ---
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.
_______________________________________________
openssh-bugs mailing list
[email protected]
https://lists.mindrot.org/mailman/listinfo/openssh-bugs

Reply via email to