search for: input_direct_tcpip

Displaying 1 result from an estimated 1 matches for "input_direct_tcpip".

2000 Jul 12
1
Problems with Port Forwarding and Password auth
...The SecureFX people thought it meant I didn't have my ftp server working right, but that clearly wasn't true. So I decided it was time to dig out the source. (I love that about open source). Anyways, after a few moments of checking, I was able to trace the problem down to this line in input_direct_tcpip() ... if (! no_port_forwarding_flag) ... Basically the no_port_forwarding_flag was set to 0. Which seemed odd because I set the GatewayPorts to yes, in the sshd_config. So I look further, and it seems that the no_port_forwarding_flag only is set in one place inside sshd. That is in auth_parse_...