[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: ssh tunnel delay



Hi,

Can you launch the tunnel in verbose (-vvv) mode and send the logs?
ssh -vvv -o ExitOnForwardFailure=yes -fN -L1110:localhost:1212 server

Thank you

Regards

--------------------------------------------------------------------------------------
Juan Sierra Pons                                 juan@elsotanillo.net
Linux User Registered: #257202       http://www.elsotanillo.net
GPG key = 0xA110F4FE
Key Fingerprint = DF53 7415 0936 244E 9B00  6E66 E934 3406 A110 F4FE
--------------------------------------------------------------------------------------


2013/9/10 Sean Alexandre <sean@alexan.org>
I'm seeing a delay when I attempt a connection through an ssh tunnel. The
connection's fast without the tunnel, but has an inital 80 second delay with
it.

Here's the case that works, without the tunnel.  I see lines I type echoed
immediately:

server> nc -l -p 1212
client> nc server 1212

But if instead I do this, the first line isn't seen for about 80 seconds.  After that,
everything's fine and lines appear immediately:

server> nc -l -p 1212
client> ssh -o ExitOnForwardFailure=yes -fN -L1110:localhost:1212 server
client> nc localhost 1110

I can ssh to the server fine, with no delay. Any ideas why the tunnel has the delay?


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: [🔎] 20130910101005.GA13051@tuzo" target="_blank">http://lists.debian.org/[🔎] 20130910101005.GA13051@tuzo



Reply to: