snapshot: ssh-keyscan problems

Pekka Savola pekkas at netcore.fi
Mon Dec 11 08:39:31 EST 2000


Hello all,

Tested the latest snapshot. ssh-keyscan seems to have gone in. :)

Two issues about it (patched):
1) the man pages aren't installed, only uninstalled
2) RH spec file (and the others no doubt..) won't include it.

General observations: for RSA keys only?, kinda obsoletes
contrib/make-ssh-known-hosts*.

-- 
Pekka Savola                    "Tell me of difficulties surmounted,
Netcore Oy                      not those you stumble over and fall"
Systems. Networks. Security.     -- Robert Jordan: A Crown of Swords
-------------- next part --------------
--- Makefile.in~	Tue Dec  5 03:15:10 2000
+++ Makefile.in	Sun Dec 10 22:39:50 2000
@@ -157,6 +157,7 @@
 	$(INSTALL) -m 644 ssh-add.[01].out $(DESTDIR)$(mandir)/$(mansubdir)1/ssh-add.1
 	$(INSTALL) -m 644 ssh-agent.[01].out $(DESTDIR)$(mandir)/$(mansubdir)1/ssh-agent.1
 	$(INSTALL) -m 644 ssh-keygen.[01].out $(DESTDIR)$(mandir)/$(mansubdir)1/ssh-keygen.1
+	$(INSTALL) -m 644 ssh-keyscan.[01].out $(DESTDIR)$(mandir)/$(mansubdir)1/ssh-keyscan.1
 	$(INSTALL) -m 644 sshd.[08].out $(DESTDIR)$(mandir)/$(mansubdir)8/sshd.8
 	$(INSTALL) -m 644 sftp-server.[08].out $(DESTDIR)$(mandir)/$(mansubdir)8/sftp-server.8
 	-rm -f $(DESTDIR)$(bindir)/slogin
-------------- next part --------------
--- openssh.spec-	Sun Dec 10 23:25:05 2000
+++ openssh.spec	Sun Dec 10 23:24:50 2000
@@ -212,7 +212,9 @@
 %doc CREDITS LICENCE
 %attr(0755,root,root) %{_bindir}/ssh-keygen
 %attr(0755,root,root) %{_bindir}/scp
+%attr(0755,root,root) %{_bindir}/ssh-keyscan
 %attr(0644,root,root) %{_mandir}/man1/ssh-keygen.1*
+%attr(0644,root,root) %{_mandir}/man1/ssh-keyscan.1*
 %attr(0644,root,root) %{_mandir}/man1/scp.1*
 %attr(0755,root,root) %dir %{_sysconfdir}
 %attr(0600,root,root) %config(noreplace) %{_sysconfdir}/primes


More information about the openssh-unix-dev mailing list