Does anyone has any idea why forwarded connections (with an entry in
.ssh/config or with -L <local-port>:<remote-machine>:<remote-port>) often
ends up taking ages to setup ? During that time the connection itself is
blocked with some data in the Recv-Q...

localhost.euroco.6674  *.*                    tcp        0      0 LISTEN
localhost.euroco.1853  localhost.euroco.6674  tcp        0      0 ESTABLISHED
localhost.euroco.6674  localhost.euroco.1853  tcp       64      0 ESTABLISHED
                                                        ^^

My entry in .ssh/config is :

Host xxx.xxxxxxx.xxx
  Cipher blowfish
  RhostsAuthentication no
  RhostsRSAAuthentication no
  Compression yes
  CompressionLevel 4
  LocalForward 6674 irc.ais.net:6667

It happens with 2.2.0 also.
-- 
Ollivier ROBERT -=- Eurocontrol EEC/ITM -=- [EMAIL PROTECTED]
FreeBSD caerdonn.eurocontrol.fr 5.0-CURRENT #6: Thu Aug 10 17:36:11 CEST 2000


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to