Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Sep 2001 13:53:14 -0700 (PDT)
From:      ann kok <annkok2001@yahoo.com>
To:        freebsd-questions@FreeBSD.ORG
Subject:   openssh
Message-ID:  <20010916205314.33763.qmail@web20103.mail.yahoo.com>

next in thread | raw e-mail | index | archive | help
Hi all

I would like to install openssh from tarball instead
of port in freebsd because I read a linux book

is it any different?
and
is the following correct?


download: openssh-2.9p2.tar.gz from
ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/


tar -xzf openssh-2.9p2.tar.gz
cd openssh-2.9p2
./configure --with-tcp-wrappers
./configure --with-tcp-wrappers --prefix=/opt/openssh2
inetd.conf
ssh stream tcp nowait root /usr/sbin/tcpd
/usr/local/sbin/sshd -i
etc/pam.d
cd openssh-2.3.0p1/contrib
cp sshd.pam.generic /etc/pam.d/sshd
/usr/local/etc/sshd_config


Many thanks


__________________________________________________
Terrorist Attacks on U.S. - How can you help?
Donate cash, emergency relief information
http://dailynews.yahoo.com/fc/US/Emergency_Information/

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




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