OK,  I found the pseudo patch for channels.c that makes this change:

                nextstate = (c->host_port == 0 &&
                    c->type != SSH_CHANNEL_RPORT_LISTENER) ?
                    SSH_CHANNEL_DYNAMIC : SSH_CHANNEL_OPENING;

So now ssh -R 4000:localhost:25 works when I telnet localhost 4000 on
the remote side.  The problem now is that even with -g ssh is only
binding to localhost.4000 and not *.4000.  Is there a patch for this?
Thanks.

--
David F. Newman
[EMAIL PROTECTED]


Reply via email to