Hi there, I'm in the process of generating a moduli file under Linux with 5.9p1 version which in fact takes quite some time for the big primes to be tested. So I've checked both portable and current source code but am unable to find the -K option wich is documented in the man page of OpenBSD site. This option is supposed to add a checkpoint file when screening the candidates with -T option which would be very helpful in my case. Can someone give me a hint as of when this was added and where do I get some patch for this option ? I've quickly checked this list and the Changelog but can't figure when this option was added. Thanks in advance. Christophe Garault -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 5363 bytes Desc: S/MIME Cryptographic Signature URL: <http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments/20111210/2612f4ae/attachment.bin>
Christophe Garault wrote:> So I've checked both portable and current source code but am unable to > find the -K option wich is documented in the man page of OpenBSD site. > This option is supposed to add a checkpoint file when screening the > candidates with -T option which would be very helpful in my case. > > Can someone give me a hint as of when this was added and where do I > get some patch for this option ? I've quickly checked this list and the > Changelog but can't figure when this option was added.Maybe it was added in the OpenBSD OpenSSH code and has not reached -portable yet. I'm sure you porting it over would be very welcome. You could verify this by looking up when it was introduced in OpenBSD. //Peter -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 190 bytes Desc: not available URL: <http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments/20111210/437c4a29/attachment.bin>
On 10/12/11 13:18, Christophe Garault wrote:> Hi there, > > I'm in the process of generating a moduli file under Linux > with 5.9p1 version which in fact takes quite some time for > the big primes to be tested. > > So I've checked both portable and current source code but am > unable to > find the -K option wich is documented in the man page of OpenBSD site. > This option is supposed to add a checkpoint file when screening the > candidates with -T option which would be very helpful in my case. > > Can someone give me a hint as of when this was added and where do I > get some patch for this option ? I've quickly checked this list and the > Changelog but can't figure when this option was added. > > Thanks in advance. > > Christophe GaraultIt was added in October, so it's not yet on any release. http://anoncvs.mindrot.org/index.cgi/openssh/ssh-keygen.1?r1=1.103&r2=1.104 http://anoncvs.mindrot.org/index.cgi/openssh/ssh-keygen.c?r1=1.228&r2=1.229 You can try build ssh-keygen from a nightly snapshot: http://www.mindrot.org/openssh_snap/
Le 10/12/2011 15:31, ?ngel Gonz?lez a ?crit :> > You can try build ssh-keygen from a nightly snapshot: > http://www.mindrot.org/openssh_snap/ > >Exactly what I need, thanks a lot ?ngel. Nice w-e to yall. -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 5363 bytes Desc: S/MIME Cryptographic Signature URL: <http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments/20111210/1558df4c/attachment.bin>