make install
Paul Heinlein
heinlein at cse.ogi.edu
Thu Jun 22 08:11:36 EST 2000
On Wed, 21 Jun 2000, Paul Heinlein wrote:
> Along those lines, I think it's worth noting that Damien's
> contrib/redhat/openssh.spec file does a very nice job with that:
>
> %files clients
> ...
Oops. I was thinking in a parallel universe and included Damien's
stuff with the config files. His spec file does the right thing with
host keys, too:
if [ ! -f /etc/ssh/ssh_host_key -o ! -s /etc/ssh/ssh_host_key ]
then
/usr/bin/ssh-keygen -b 1024 -f /etc/ssh/ssh_host_key -N '' >&2
fi
if [ ! -f /etc/ssh/ssh_host_dsa_key -o ! -s /etc/ssh/ssh_host_dsa_key]
then
/usr/bin/ssh-keygen -d -f /etc/ssh/ssh_host_dsa_key -N '' >&2
fi
Sorry for the mailbloat.
Paul Heinlein
heinlein at cse.ogi.edu
More information about the openssh-unix-dev
mailing list