Comment # 2 on bug 1209063 from
it is not sshd-gen-keys-start, it is sshd itself.

this line is triggered:

entropy.c:
        if (RAND_status() != 1)
                fatal("PRNG is not seeded");


You are receiving this mail because: