Re: Looking for gentler OpenSSH packages

From: Jan-Frode Myklebust (janfrode@PARALLAB.UIB.NO)
Date: Mon Oct 14 2002 - 03:32:18 EDT


On Sun, Oct 13, 2002 at 04:25:06PM +0200, Martin Schmitt wrote:
>
> Are there alternative binary packages for OpenSSH? The target systems run
> 4.3.3 and one of them is still on 4.3.2.

There's one here:

        http://www.zip.com.au/~dtucker/openssh/

> If I don't find any packages, can
> I safely copy my own compiled stuff from one machine to the other?

You should safely be able to copy ssh-compiled stuff from one machine
to the other. Just make sure the needed libraries are available on all
nodes:

# ldd /usr/openssh/sbin/sshd
/usr/lib/libz.a(libz.so.1)
/usr/lib/libcrypt.a(shr.o)
/usr/lib/libc.a(shr.o)
/usr/openssh/sbin/sshd

It also simplifies upgrades to keep the sysconfdir separate from the
binaries, so maybe a configure-line like mine is sensible:

% configure --prefix=/usr/openssh --sysconfdir=/etc/openssh --disable-suid-ssh

Then when you need to upgrade the installations you only replace
/usr/openssh/, and not the configuration files and keys in
/etc/openssh/.

   -jf



This archive was generated by hypermail 2.1.7 : Wed Apr 09 2008 - 22:16:15 EDT