search for: firewall_chatter_lin

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

Did you mean: firewall_chatter_lines
1999 Dec 06
1
Ugly patch to openssh-1.2pre15
...t;fingerprint.h" + /* I am behind a firewall which forces me to run my SSH server on port 23. + The stupid firewall emits several lines of chatter before making + the real connection, so we have to swallow some lines before getting + the SSH-%d.%d identification string */ + #define FIREWALL_CHATTER_LINES 10 + /* Session id for the current session. */ unsigned char session_id[16]; *************** *** 896,902 **** --- 902,910 ---- int connection_in = packet_get_connection_in(); int connection_out = packet_get_connection_out(); extern Options options; + int chatter; +...