summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-05-08 00:05:31 +1000
committerDamien Miller <djm@mindrot.org>2000-05-08 00:05:31 +1000
commit58e579bcd987397aeeb5f0a7935ffdfa67125f37 (patch)
tree6b09dedeab72d587eafd53f91a49fcfe27c6ef12 /Makefile.in
parenta3f2a02bc35c5163d435523e764060e92431d6cf (diff)
- Generate DSA host keys during "make key" or RPM installs
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
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)
133 133
134host-key: ssh-keygen 134host-key: ssh-keygen
135 ./ssh-keygen -b 1024 -f $(sysconfdir)/ssh_host_key -N '' 135 ./ssh-keygen -b 1024 -f $(sysconfdir)/ssh_host_key -N ''
136 ./ssh-keygen -d -f $(sysconfdir)/ssh_host_dsa_key -N ''
136 137
137uninstallall: uninstall 138uninstallall: uninstall
138 -rm -f $(DESTDIR)$(sysconfdir)/ssh_config 139 -rm -f $(DESTDIR)$(sysconfdir)/ssh_config