From 4095f894dce73a9024493c81190f786b64672c4a Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Fri, 3 Mar 2000 22:13:52 +1100 Subject: - Added "make host-key" target, Suggestion from Dominik Brettnacher --- Makefile.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 7be35784e..b406d5f7a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -136,6 +136,9 @@ install: $(TARGETS) $(INSTALL) -m 644 sshd_config.out $(DESTDIR)$(sysconfdir)/sshd_config; \ fi +host-key: ssh-keygen + ./ssh-keygen -b 1024 -f $(sysconfdir)/ssh_host_key -N '' + uninstallall: uninstall -rm -f $(DESTDIR)$(sysconfdir)/ssh_config -rm -f $(DESTDIR)$(sysconfdir)/sshd_config -- cgit v1.2.3