Bugzilla – Attachment 2574 Details for
Bug 2369
`ssh-keygen -A` errors on RSA1 when building with SSH1 disabled
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
openssh-6.8_p1-ssh-keygen-no-ssh1.patch
openssh-6.8_p1-ssh-keygen-no-ssh1.patch (text/plain), 491 bytes, created by
Mike Frysinger
on 2015-03-23 05:56:41 AEDT
(
hide
)
Description:
openssh-6.8_p1-ssh-keygen-no-ssh1.patch
Filename:
MIME Type:
Creator:
Mike Frysinger
Created:
2015-03-23 05:56:41 AEDT
Size:
491 bytes
patch
obsolete
>https://bugs.gentoo.org/544078 >https://bugzilla.mindrot.org/show_bug.cgi?id=2369 > >do not try to generate rsa1 keys when ssh1 support is disabled > >--- a/ssh-keygen.c >+++ b/ssh-keygen.c >@@ -948,7 +948,9 @@ do_gen_all_hostkeys(struct passwd *pw) > char *key_type_display; > char *path; > } key_types[] = { >+#ifdef WITH_SSH1 > { "rsa1", "RSA1", _PATH_HOST_KEY_FILE }, >+#endif > { "rsa", "RSA" ,_PATH_HOST_RSA_KEY_FILE }, > { "dsa", "DSA", _PATH_HOST_DSA_KEY_FILE }, > #ifdef OPENSSL_HAS_ECC
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 2369
: 2574