Distribution of openssh once compiled
Loomis, Rip
GILBERT.R.LOOMIS at saic.com
Fri Jan 26 04:49:04 EST 2001
Murray--
As an alternative, take a look at the packaging
scripts that I wrote for Solaris, which live
in contrib/solaris. One of the scripts grabs
all the necessary files and puts them in a
package build directory--and for your OS, you
will likely need ${ETCDIR}/ssh_prng_cmds just
as Solaris does. (It wasn't on the list below
since Linux has a proper /dev/urandom, so the
OpenSSH PRNG isn't required on Redhat.)
The Solaris scripts, especially the post-install,
can likely be adapted to your platform--if
nothing else, the info you're looking for is
in there somewhere.
Rip Loomis Voice Number: (410) 953-6874
--------------------------------------------------------
Senior Security Engineer
Center for Information Security Technology
Science Applications International Corporation
http://www.cist.saic.com
> -----Original Message-----
> From: Dale Stimson [mailto:dale at accentre.com]
> Sent: Thursday, January 25, 2001 12:16 PM
> To: openssh
> Cc: Murray Hooper
> Subject: Re: Distribution of openssh once compiled
>
>
> On Thu, Jan 25, 2001 at 12:03:38PM -0500, Murray Hooper wrote:
> > I was looking for a list or "make distrib" that would create a
> > tar file to transport machine to machine.
>
> Hmm. I'll give a sample list derived the quick and dirty way -- by
> seeing what the Redhat rpms install. There may be some packages
> here in which you are not interested. YMMV.
>
>
> rpm -q -l openssh-2.3.0p1-4
> /etc/ssh
> /etc/ssh/primes
> /usr/bin/scp
> /usr/bin/ssh-keygen
> /usr/libexec/openssh # A directory, populated
> by rpms below.
> /usr/share/doc/openssh-2.3.0p1
> /usr/share/doc/openssh-2.3.0p1/COPYING.Ylonen
> /usr/share/doc/openssh-2.3.0p1/CREDITS
> /usr/share/doc/openssh-2.3.0p1/ChangeLog
> /usr/share/doc/openssh-2.3.0p1/INSTALL
> /usr/share/doc/openssh-2.3.0p1/LICENCE
> /usr/share/doc/openssh-2.3.0p1/OVERVIEW
> /usr/share/doc/openssh-2.3.0p1/RFC.nroff
> /usr/share/doc/openssh-2.3.0p1/TODO
> /usr/share/doc/openssh-2.3.0p1/WARNING.RNG
> /usr/share/man/man1/scp.1.gz
> /usr/share/man/man1/ssh-keygen.1.gz
>
> rpm -q -l openssh-clients-2.3.0p1-4
> /etc/ssh/ssh_config
> /usr/bin/slogin
> /usr/bin/ssh
> /usr/bin/ssh-add
> /usr/bin/ssh-agent
> /usr/share/man/man1/slogin.1.gz
> /usr/share/man/man1/ssh-add.1.gz
> /usr/share/man/man1/ssh-agent.1.gz
> /usr/share/man/man1/ssh.1.gz
>
> rpm -q -l openssh-server-2.3.0p1-4
> /etc/pam.d/sshd
> /etc/rc.d/init.d/sshd
> /etc/ssh/sshd_config
> /usr/libexec/openssh/sftp-server
> /usr/sbin/sshd
> /usr/share/man/man8/sftp-server.8.gz
> /usr/share/man/man8/sshd.8.gz
>
> rpm -q -l openssh-askpass-gnome-2.3.0p1-4
> /etc/profile.d/gnome-ssh-askpass.csh
> /etc/profile.d/gnome-ssh-askpass.sh
> /usr/libexec/openssh/gnome-ssh-askpass
>
> rpm -q -l openssh-askpass-2.3.0p1-4
> /usr/libexec/openssh/ssh-askpass
> /usr/libexec/openssh/x11-ssh-askpass
> /usr/share/doc/openssh-askpass-2.3.0p1
> /usr/share/doc/openssh-askpass-2.3.0p1/ChangeLog
> /usr/share/doc/openssh-askpass-2.3.0p1/README
> /usr/share/doc/openssh-askpass-2.3.0p1/SshAskpass-1337.ad
> /usr/share/doc/openssh-askpass-2.3.0p1/SshAskpass-NeXTish.ad
> /usr/share/doc/openssh-askpass-2.3.0p1/SshAskpass-default.ad
> /usr/share/doc/openssh-askpass-2.3.0p1/SshAskpass-green.ad
> /usr/share/doc/openssh-askpass-2.3.0p1/SshAskpass-motif.ad
> /usr/share/doc/openssh-askpass-2.3.0p1/SshAskpass.ad
>
>
More information about the openssh-unix-dev
mailing list