From owner-freebsd-security Tue Apr 16 21:50:17 2002 Delivered-To: freebsd-security@freebsd.org Received: from addu.axelero.hu (mail02.axelero.hu [195.228.240.77]) by hub.freebsd.org (Postfix) with ESMTP id 1C0A037B41A for ; Tue, 16 Apr 2002 21:50:13 -0700 (PDT) Received: from Picasso.Zahemszky.HU (adsl-184-73.adsl-pool.axelero.hu [62.201.73.184]) by mail02.axelero.hu (iPlanet Messaging Server 5.1 (built Jan 30 2002)) with ESMTP id <0GUP00HCZ43N5R@mail02.axelero.hu> for freebsd-security@freebsd.org; Wed, 17 Apr 2002 06:50:11 +0200 (MEST) Received: (from zgabor@localhost) by Picasso.Zahemszky.HU (8.11.6/8.11.6) id g3H4tWj00269 for freebsd-security@freebsd.org; Wed, 17 Apr 2002 06:55:32 +0200 (CEST envelope-from zgabor) Date: Wed, 17 Apr 2002 06:55:32 +0200 From: Zahemszky =?iso-8859-2?Q?G=E1bor?= Subject: Re: SSH Connection Time Problems In-reply-to: <200204161523.37293.metrol@metrol.net> To: freebsd-security@freebsd.org Mail-Followup-To: Zahemszky =?iso-8859-2?Q?G=E1bor?= , freebsd-security@freebsd.org Message-id: <20020417045532.GA223@Picasso.Zahemszky.HU> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT Content-disposition: inline User-Agent: Mutt/1.3.27i X-Operating-System: FreeBSD 4.5-RELEASE References: <200204161523.37293.metrol@metrol.net> Sender: owner-freebsd-security@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org 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 . 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