[Bug 413] Port forwarding: [localhost:]localport:remotehost:remoteport
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Fri Feb 7 06:32:24 EST 2003
http://bugzilla.mindrot.org/show_bug.cgi?id=413
------- Additional Comments From rumen at skalasoft.com 2003-02-07 06:32 -------
Created an attachment (id=219)
--> (http://bugzilla.mindrot.org/attachment.cgi?id=219&action=view)
about attachment (id=217)
About attachment (id=217)
- ssh_config.5 should be updated too (options LocalForward and RemoteForward)
- we should set GatewayPorts to yes in ssh config to use new forward shema.
Created attachment:
- fix segfault, when we use LocalForward and RemoteForward in ssh config.
- make ssh option GatewayPorts obsolete (might this option is useless with new
forward shema?).
- correct forward messages in ssh.c
What about readconf methods:
void add_local_forward(Options *, const char *, u_short, const char *,
u_short);
void add_remote_forward(Options *, const char *, u_short, const char *,
u_short);
to be changed as follows:
void add_local_forward(Options *, const Forward*);
void add_remote_forward(Options *, const Forward*);
In first case developer should read C file to see agriment meaning. Second case
is more obvious.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the openssh-unix-dev
mailing list