Bugzilla – Attachment 2764 Details for
Bug 2513
Do not mention rsa1 key type in ssh-keygen usage & in manual pages
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
proposed patch
ssh-keygen-usage.patch (text/plain), 930 bytes, created by
Jakub Jelen
on 2015-12-09 01:24:26 AEDT
(
hide
)
Description:
proposed patch
Filename:
MIME Type:
Creator:
Jakub Jelen
Created:
2015-12-09 01:24:26 AEDT
Size:
930 bytes
patch
obsolete
>From b7bc442000863f6d232dc7260e5400b5b33e4732 Mon Sep 17 00:00:00 2001 >From: Jakub Jelen <jjelen@redhat.com> >Date: Tue, 8 Dec 2015 15:13:36 +0100 >Subject: [PATCH] Do not mention RSA1 keys in ssh-keygen usage > >--- > ssh-keygen.c | 6 +++++- > 1 file changed, 5 insertions(+), 1 deletion(-) > >diff --git a/ssh-keygen.c b/ssh-keygen.c >index 6ac1fa6..80e3dc7 100644 >--- a/ssh-keygen.c >+++ b/ssh-keygen.c >@@ -2202,7 +2202,11 @@ static void > usage(void) > { > fprintf(stderr, >- "usage: ssh-keygen [-q] [-b bits] [-t dsa | ecdsa | ed25519 | rsa | rsa1]\n" >+ "usage: ssh-keygen [-q] [-b bits] [-t dsa | ecdsa | ed25519 | rsa" >+#ifdef WITH_SSH1 >+ " | rsa1" >+#endif /* WITH_SSH1 */ >+ "]\n" > " [-N new_passphrase] [-C comment] [-f output_keyfile]\n" > " ssh-keygen -p [-P old_passphrase] [-N new_passphrase] [-f keyfile]\n" > " ssh-keygen -i [-m key_format] [-f input_keyfile]\n" >-- >2.1.0 >
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 2513
: 2764