I just stumbled across this thread on openssh-dev...
Is there anywhere to track progress on this issue? It'd be a fantastic
feature that would fix all sorts of problems I deal with regularly.
You may also be interested in an article "Design and Implementation of a
Mobile SSH Protocol", if you haven't seen it, since that team
implemented
(afaict) the same feature, whether or not it's related to the existing
implementation...
The article attribution lists:
I-Hsuan Huang?, Wei-Jin Tzeng?, Szu-Wei Wang?, and Cheng-Zen Yang?
Department of Computer Science and Engineering
Yuan Ze University, Chungli, Taiwan, R.O.C.
? {ihhuang,czyang}@syslab.cse.yzu.edu.tw <czyang%7D at
syslab.cse.yzu.edu.tw>
? {s922344,s922351}@mail.yzu.edu.tw <s922351%7D at mail.yzu.edu.tw>
{ihhuang,czyang}@syslab.cse.yzu.edu.tw <czyang%7D at
syslab.cse.yzu.edu.tw>
--
Jeremy Nickurak -= Email/XMPP: jeremy at nickurak.ca =-
Jeremy Nickurak wrote:> I just stumbled across this thread on openssh-dev... > > Is there anywhere to track progress on this issue? It'd be a fantastic > feature that would fix all sorts of problems I deal with regularly.I use the 'autossh' wrapper to really good effect. It works awesomely! For my use autossh handles the task so well that I personally don't have any need for anything beyond it. http://www.harding.motd.ca/autossh/ Bob
On Tue, Jun 08, 2010 at 12:58:51PM -0600, Jeremy Nickurak wrote:> Is there anywhere to track progress on this issue? It'd be a fantastic > feature that would fix all sorts of problems I deal with regularly.The patch should be fully functional so anyone can apply it and use it. It's a patch against the OpenBSD version but I don't think it would too much work to adapt it for the portable version.> You may also be interested in an article "Design and Implementation of > a Mobile SSH Protocol", if you haven't seen it, since that team > implemented (afaict) the same feature, whether or not it's related to > the existing implementation...I found some web pages mentioning it but I didn't find the paper itself so I can't comment on how that design differs from the AppGate based patch. Andreas