From 95fe91bd84d7613ce37cb8b38212c4301610639f Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Sat, 13 May 2000 12:31:22 +1000 Subject: - Fix for non-recognised DSA keys from Arkadiusz Miskiewicz --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.in') 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) fi host-key: ssh-keygen - ./ssh-keygen -b 1024 -f $(sysconfdir)/ssh_host_key -N '' - ./ssh-keygen -d -f $(sysconfdir)/ssh_host_dsa_key -N '' + ./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