openssh-2.9p1
Peter Breitenlohner
peb at mppmu.mpg.de
Mon May 14 23:51:41 EST 2001
Hi,
1. I think you should apply the attached patch to openssh-2.9p1,
otherwise ssh-keyscan on linux boxes with glibc-2.1 will experience enormous
timeout delays.
2. Is there a program like ssh-keyscan for the Version2 (dsa and rsa) keys??
regards
Peter Breitenlohner <peb at mppmu.mpg.de>
-------------- next part --------------
diff -ur openssh-2.9p1.orig/ssh-keyscan.c openssh-2.9p1/ssh-keyscan.c
--- openssh-2.9p1.orig/ssh-keyscan.c Wed Mar 14 19:37:13 2001
+++ openssh-2.9p1/ssh-keyscan.c Sun May 13 01:39:43 2001
@@ -30,7 +30,11 @@
static int argno = 1; /* Number of argument currently being parsed */
+#ifdef IPV4_DEFAULT
+int family = AF_INET; /* IPv4 */
+#else
int family = AF_UNSPEC; /* IPv4, IPv6 or both */
+#endif
#define MAXMAXFD 256
More information about the openssh-unix-dev
mailing list