Call for testing: OpenSSH-5.4

Damien Miller djm at mindrot.org
Sun Feb 28 03:26:01 EST 2010


On Sat, 27 Feb 2010, Stephen Harris wrote:

> On Sat, Feb 27, 2010 at 06:25:38PM +1100, Damien Miller wrote:
> > OpenSSH 5.4 is almost ready for release, so we would appreciate testing
> > on as many platforms and systems as possible. This is a big release,
> > with a number of major new features and many bug fixes.
> 
> It's been a number of years since I've done this, so please excuse me if
> I'm lacking information in my report

Please try this patch:

Index: ssh-pkcs11-helper.c
===================================================================
RCS file: /var/cvs/openssh/ssh-pkcs11-helper.c,v
retrieving revision 1.4
diff -u -r1.4 ssh-pkcs11-helper.c
--- ssh-pkcs11-helper.c	24 Feb 2010 06:16:08 -0000	1.4
+++ ssh-pkcs11-helper.c	27 Feb 2010 16:25:26 -0000
@@ -280,6 +280,8 @@
 	extern char *optarg;
 	extern char *__progname;
 
+	init_rng();
+	seed_rng();
 	__progname = ssh_get_progname(argv[0]);
 
 	log_init(__progname, log_level, log_facility, log_stderr);


More information about the openssh-unix-dev mailing list