[Bug 413] Port forwarding: [localhost:]localport:remotehost:remoteport

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Wed Jun 4 21:50:24 EST 2003


http://bugzilla.mindrot.org/show_bug.cgi?id=413





------- Additional Comments From djm at mindrot.org  2003-06-04 21:50 -------
>  	if (compat20) {
> -		const char *address_to_bind = "0.0.0.0";
> +		const char *address_to_bind;
> +		if (listen_host == NULL)
> +			address_to_bind = "127.0.0.1";

maybe this should be "localhost" as the server will do name resolution on this
and we don't want to limit ourselves to ipv4. alternately we could send two
requests, one for INADDR_LOOPBACK, the other for IN6ADDR_LOOPBACK_INIT



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.




More information about the openssh-bugs mailing list