search for: mnfs

Displaying 2 results from an estimated 2 matches for "mnfs".

Did you mean: mfns
2005 Mar 05
2
[Bug 993] adding and removing forwardings via the control connection
...Component: ssh AssignedTo: openssh-bugs at mindrot.org ReportedBy: torsten.foertsch at gmx.net Hi, the attached patch implements adding and canceling of remote port forwardings by communicating with a running ssh client via a control socket. Thus, one can do this: ssh -MNfS ~/.ssh/ctl remotehost and then: ssh -S ~/.ssh/ctl -O add-rforward 2000:forward:80 localhost to add a new remote forwarding or ssh -S ~/.ssh/ctl -O cancel-rforward localhost:2000 localhost to remove it. The patch is against openssh-SNAP-20050302 so the new fine tuned forwarding code is al...
2005 Mar 04
1
[PATCH] controlling remote port forwarding over control path
Hi, the attached patch implements adding and canceling of remote port forwardings by communicating with a running ssh client via a control socket. Thus, one can do this: ssh -MNfS ~/.ssh/ctl remotehost and then: ssh -S ~/.ssh/ctl -O add-rforward 2000:forward:80 localhost to add a new remote forwarding or ssh -S ~/.ssh/ctl -O cancel-rforward localhost:2000 localhost to remove it. The patch is against openssh-SNAP-20050302 so the new fine tuned forwarding code is al...