Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Jan 2002 17:24:20 -0500
From:      Joel Dinel <dinjo@touchtunes.com>
To:        Jeff Shevlen <jeff@passedpawn.com>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: OpenSSH upgrade
Message-ID:  <20020123172420.A72051@sunder.touchtunes.com>
In-Reply-To: <20020123163428.A1520-100000@williamt>; from jeff@passedpawn.com on Wed, Jan 23, 2002 at 04:38:13PM -0500
References:  <20020123163428.A1520-100000@williamt>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Jan 23, 2002 at 04:38:13PM -0500, Jeff Shevlen wrote:
> I took the low road and made the changes to rc.conf, rebooted, and now
> everythings come up current.  I see the problem was that sshd was compiled
> (or something) in with the kernal...

Sshd is part of the base, system. Not the Kernel.
                                          ^^^^^^

> Also, maybe you can answer some of my newbie questions in regards to your
> response:
> (1) when you say "system files", are these files complied with the kernal?
> or are they kernal modules? or are they something else? I haven't really
> wrapped my head around this.

You're not entirely clear ; "System files" are (re)compiled when you
make a buildworld, which is basically 'rebuild the entire OS from
source'.

> (2) you mention that I could remove the sshd files manually, but would it
> then be possible to re-integrate the latest version of OpenSSH as
> system files again (effectively replacing the old files in /etc/sbin?)

I only have 1 thing to say ; If it ain't broken, don't fix it. You won't
gain much by running OpenSSH 3.0.2. The default SSHD has been configured
, tried and tested. It's the safest bet.

> (3) the changes I've made do not affect the ssh client.  When I type # ssh
> -V ... I still get the old version.  Where is ssh initialized?  How do I
> upgrade the client too?

Check your $PATH. OpenSSH from ports is installed in /usr/local/bin (or
sbin?). You just need to have that path before /usr/bin. You could also
simply create an alias for ssh and have it point at the new version.

Hope this clarifies a bit.

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?20020123172420.A72051>