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 --- Makefile.in | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index de2fbd269..8d2c71b95 100644 --- a/Makefile.in +++ b/Makefile.in @@ -133,6 +133,7 @@ install: manpages $(TARGETS) host-key: ssh-keygen ./ssh-keygen -b 1024 -f $(sysconfdir)/ssh_host_key -N '' + ./ssh-keygen -d -f $(sysconfdir)/ssh_host_dsa_key -N '' uninstallall: uninstall -rm -f $(DESTDIR)$(sysconfdir)/ssh_config -- cgit v1.2.3