Bugzilla – Attachment 2874 Details for
Bug 2614
ssh-keygen: Moduli generation not accepting start line and count options
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Restore -J and -j options to ssh-keygen.
ssh-keygen-opt-Jj.patch (text/plain), 521 bytes, created by
Darren Tucker
on 2016-09-12 11:03:56 AEST
(
hide
)
Description:
Restore -J and -j options to ssh-keygen.
Filename:
MIME Type:
Creator:
Darren Tucker
Created:
2016-09-12 11:03:56 AEST
Size:
521 bytes
patch
obsolete
>diff --git a/ssh-keygen.c b/ssh-keygen.c >index 0bd5fc9..3ba50d8 100644 >--- a/ssh-keygen.c >+++ b/ssh-keygen.c >@@ -2466,6 +2466,12 @@ main(int argc, char **argv) > sizeof(out_file)) > fatal("Output filename too long"); > break; >+ case 'J': >+ lines_to_process = strtoul(optarg, NULL, 10); >+ break; >+ case 'j': >+ start_lineno = strtoul(optarg, NULL, 10); >+ break; > case 'T': > do_screen_candidates = 1; > if (strlcpy(out_file, optarg, sizeof(out_file)) >=
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 2614
: 2874