Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Jan 2001 09:56:50 -0800 (PST)
From:      mike@hyperreal.org
To:        Christopher Farley <chris@northernbrewer.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: installing both ssh1 and ssh2 on fbsd 4.0-release.
Message-ID:  <20010116175650.11923.qmail@hyperreal.org>
In-Reply-To: <20010116012807.C31629@northernbrewer.com> from Christopher Farley at "Jan 16, 2001 01:28:07 am"

next in thread | previous in thread | raw e-mail | index | archive | help
Christopher Farley wrote:
> OpenSSH 2.2.0 is actually now part of the FreeBSD base system.
> [...]
> If you don't want to upgrade to 4.2, you can certainly install the port.

2.2.0 is the latest in the ports collection, but the developers consider
it to be old ... It works in general but I had problems with it on my
system. 2.3.0 was released Nov 6 and can be obtained from
http://www.openssh.com/portable.html

... I personally am using a recent development snapshot (v2.4 candidate, I
assume) from http://bass.directhit.com/openssh_snap/ ... It compiles and
runs well right out of the box. Just make sure /etc/rc.conf has

sshd_enable="YES"
sshd_program="/usr/local/sbin/sshd"
sshd_flags="-f /usr/local/etc/sshd_config"

and make sure /etc/pam.conf has

sshd    auth      required  pam_unix.so    try_first_pass
sshd    account   required  pam_unix.so
sshd    password  required  pam_permit.so
sshd    session   required  pam_permit.so

-Mike


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?20010116175650.11923.qmail>