8f2528
diff -up openssh-5.8p2/ssh-keyscan.c.sigpipe openssh-5.8p2/ssh-keyscan.c
8f2528
--- openssh-5.8p2/ssh-keyscan.c.sigpipe	2011-08-23 18:30:33.873025916 +0200
8f2528
+++ openssh-5.8p2/ssh-keyscan.c	2011-08-23 18:32:24.574025362 +0200
8f2528
@@ -715,6 +715,8 @@ main(int argc, char **argv)
8f2528
 		fdlim_set(maxfd);
8f2528
 	fdcon = xcalloc(maxfd, sizeof(con));
8f2528
 
8f2528
+	signal(SIGPIPE, SIG_IGN);
8f2528
+
8f2528
 	read_wait_nfdset = howmany(maxfd, NFDBITS);
8f2528
 	read_wait = xcalloc(read_wait_nfdset, sizeof(fd_mask));
8f2528