From owner-freebsd-questions Wed Jun 13 12:28: 4 2001 Delivered-To: freebsd-questions@freebsd.org Received: from cactus.fi.uba.ar (cactus.fi.uba.ar [157.92.49.108]) by hub.freebsd.org (Postfix) with ESMTP id CAEE737B401 for ; Wed, 13 Jun 2001 12:27:53 -0700 (PDT) (envelope-from fgleiser@cactus.fi.uba.ar) Received: from cactus.fi.uba.ar (cactus.fi.uba.ar [157.92.49.108]) by cactus.fi.uba.ar (8.11.3/8.9.3) with ESMTP id f5DJRCe50195; Wed, 13 Jun 2001 16:27:12 -0300 (ART) (envelope-from fgleiser@cactus.fi.uba.ar) Date: Wed, 13 Jun 2001 16:27:12 -0300 (ART) From: Fernando Gleiser To: Martin McCormick Cc: Subject: Re: Secure Shell ssh-1.2.27 is Almost Right but not quite. In-Reply-To: Message-ID: <20010613161952.X44113-100000@cactus.fi.uba.ar> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 13 Jun 2001, Martin McCormick wrote: > I installed ssh-1.2.27 on a Freebsd-4.3 system and did > not quite end up the way I planned to. FreeBSD comes with OpenSSH in the base system. Do you really need to install ssh.com's ssh? Maybe the problem is you are mixing the config files from both versions of ssh. > > The Command I gave to configure and build the package was > > ./configure --without-x --with-idea; make -s;make install Besides, if you want to install ssh.com's version of ssh in FreeBSD, it is better to use the ports system, it will take care of the dependencies and apply the relevant patches: move the source tarball to /usr/ports/distfiles and then: # cd /usr/ports/security/ssh/ # make Hope this helps. Fer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message