From 58e579bcd987397aeeb5f0a7935ffdfa67125f37 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Mon, 8 May 2000 00:05:31 +1000 Subject: - Generate DSA host keys during "make key" or RPM installs --- contrib/redhat/openssh.spec | 3 +++ 1 file changed, 3 insertions(+) (limited to 'contrib/redhat/openssh.spec') diff --git a/contrib/redhat/openssh.spec b/contrib/redhat/openssh.spec index be76c9650..96e972cf1 100644 --- a/contrib/redhat/openssh.spec +++ b/contrib/redhat/openssh.spec @@ -190,6 +190,9 @@ rm -rf $RPM_BUILD_ROOT 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 if test -r /var/run/sshd.pid then /etc/rc.d/init.d/sshd restart >&2 -- cgit v1.2.3