From owner-freebsd-current Wed Mar 8 13:33:46 2000 Delivered-To: freebsd-current@freebsd.org Received: from waldorf.cs.uni-dortmund.de (waldorf.cs.uni-dortmund.de [129.217.4.42]) by hub.freebsd.org (Postfix) with ESMTP id 4F98637B67F for ; Wed, 8 Mar 2000 13:33:36 -0800 (PST) (envelope-from Kai.Grossjohann@CS.Uni-Dortmund.DE) Received: from marcy.cs.uni-dortmund.de (marcy.cs.uni-dortmund.de [129.217.20.159]) by waldorf.cs.uni-dortmund.de with ESMTP id WAA00383 for ; Wed, 8 Mar 2000 22:33:27 +0100 (MET) Received: from lucy.cs.uni-dortmund.de (lucy [129.217.20.160]) by marcy.cs.uni-dortmund.de id WAA20465; Wed, 8 Mar 2000 22:33:26 +0100 (MET) Received: (from grossjoh@localhost) by lucy.cs.uni-dortmund.de (8.9.3/8.9.3/Debian 8.9.3-6) id WAA12297; Wed, 8 Mar 2000 22:33:26 +0100 X-Authentication-Warning: lucy.cs.uni-dortmund.de: grossjoh set sender to Kai.Grossjohann@CS.Uni-Dortmund.DE using -f To: freebsd-current@FreeBSD.ORG Subject: Re: ssh strangeness in -current... References: <200003060010.BAA98138@dorifer.heim3.tu-clausthal.de> From: Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai=?iso-8859-1?q?_Gro=DFjohann?=) Date: 08 Mar 2000 22:33:26 +0100 In-Reply-To: Oliver Fromme's message of "Mon, 6 Mar 2000 01:10:30 +0100 (CET)" Message-ID: Lines: 21 User-Agent: Gnus/5.0804 (Gnus v5.8.4) Emacs/20.5 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Oliver Fromme writes: > Apart from my stupidness of not checking the location of the > binary first -- what did I do wrong, and what's the recommended > way of handling this? Am I supposed to rm /usr/bin/ssh each > time I install a new release or snapshot? I can't believe > that. You could use /usr/bin/ssh, for a start. Note that this is OpenSSH, though, so there may be incompatibilities with ssh1. The other alternative is to put /usr/local/bin in the front of the path. A third alternative is to build without OpenSSH by tweaking make.conf. (Note that there is now /etc/default/make.conf which means that you can't look in /etc/make.conf for the new option.) kai -- ~/.signature: No such file or directory To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message