summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-05-13 12:31:22 +1000
committerDamien Miller <djm@mindrot.org>2000-05-13 12:31:22 +1000
commit95fe91bd84d7613ce37cb8b38212c4301610639f (patch)
tree086034ee41c00ec2dd3df27c9c985b21a4feab5b /Makefile.in
parentaccfeb3afe07be4875e33dc8f269c868ea929274 (diff)
- Fix for non-recognised DSA keys from Arkadiusz Miskiewicz
<misiek@pld.org.pl>
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 39f2f9959..7c96adc7f 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -140,8 +140,8 @@ install: manpages $(TARGETS)
140 fi 140 fi
141 141
142host-key: ssh-keygen 142host-key: ssh-keygen
143 ./ssh-keygen -b 1024 -f $(sysconfdir)/ssh_host_key -N '' 143 ./ssh-keygen -b 1024 -f $(sysconfdir)/ssh_host_key -N ""
144 ./ssh-keygen -d -f $(sysconfdir)/ssh_host_dsa_key -N '' 144 ./ssh-keygen -d -f $(sysconfdir)/ssh_host_dsa_key -N ""
145 145
146uninstallall: uninstall 146uninstallall: uninstall
147 -rm -f $(DESTDIR)$(sysconfdir)/ssh_config 147 -rm -f $(DESTDIR)$(sysconfdir)/ssh_config