https://bugzilla.mindrot.org/show_bug.cgi?id=1957

             Bug #: 1957
           Summary: New -K option overwites output file
    Classification: Unclassified
           Product: Portable OpenSSH
           Version: 5.9p1
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: ssh-keygen
        AssignedTo: [email protected]
        ReportedBy: [email protected]


Created attachment 2118
  --> https://bugzilla.mindrot.org/attachment.cgi?id=2118
patch for appending instead of rewriting the tested modulus

Building moduli file with big prime numbers (8192) takes a lot of time
especially in the screening process, so the introduction of the -K
option was greatly appreciated.
Unfortunately when interrupted and ran again you loose all the previous
tested primes which is almost certainly not the expected behaviour as
it takes days to recover them...

Here's a very small patch to prevent that.

Hth.
Christophe Garault

-- 
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
_______________________________________________
openssh-bugs mailing list
[email protected]
https://lists.mindrot.org/mailman/listinfo/openssh-bugs

Reply via email to