Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Apr 2002 06:55:32 +0200
From:      Zahemszky =?iso-8859-2?Q?G=E1bor?= <Gabor@Zahemszky.HU>
To:        freebsd-security@freebsd.org
Subject:   Re: SSH Connection Time Problems
Message-ID:  <20020417045532.GA223@Picasso.Zahemszky.HU>
In-Reply-To: <200204161523.37293.metrol@metrol.net>
References:  <200204161523.37293.metrol@metrol.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Apr 16, 2002 at 03:23:37PM -0700, Michael W. Collette wrote:
> Recently I have had some problems with getting an SSH connection from my 
> FreeBSD 4.5-Stable box to my web hosting company's servers, also running 
> FreeBSD.  It takes over a minute to establish a connection, which is really 
> mucking up the tunnelling of services I have going to them.

What about it: somewhere in past, ssh client used to use protocol version 1.
Now, it uses v2.  Try ssh -1 <machine>.  If it is a lot quicker, try to
use a bigger machine on the other end.  I had the same problem with my little
gateway machine at home - it's an old 486.  With v2, it's about a minute or
two to connect, with v1, only 2 or 3 seconds.

ZGabor < Gabor at Zahemszky dot HU >

-- 
#!/bin/ksh
Z='21N16I25C25E30, 40M30E33E25T15U!' ;IFS=' ABCDEFGHIJKLMNOPQRSTUVWXYZ ';set $Z ;for i { [[ $i = ? ]]&&print $i&&break;[[ $i = ??? ]]&&j=$i&&i=${i%?};typeset -i40 i=8#$i;print -n ${i#???};[[ "$j" = ??? ]]&&print -n "${j#??} "&&j=;typeset +i i;};IFS=' 0123456789 ';set $Z;X=;for i { [[ $i = , ]]&&i=2;[[ $i = ?? ]]||typeset -l i;X="$X $i";typeset +l i;};print "$X"

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-security" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020417045532.GA223>