bugzilla-daemon at bugzilla.mindrot.org
2015-Sep-07 15:38 UTC
[Bug 2459] New: ssh-keygen -t rsa1 should be removed from Makefile
https://bugzilla.mindrot.org/show_bug.cgi?id=2459 Bug ID: 2459 Summary: ssh-keygen -t rsa1 should be removed from Makefile Product: Portable OpenSSH Version: 7.1p1 Hardware: All OS: All Status: NEW Severity: trivial Priority: P5 Component: Build system Assignee: unassigned-bugs at mindrot.org Reporter: lzsiga at freemail.c3.hu Hi, I've just compiled OpenSSH-7.1 on an AIX machine that didn't have OpenSSH earlier, and got an error about being unable to generate ssh_host_key via 'ssh-keygen -t rsa1' because rsa1 isn't supported any more. (It happens at 'make install') I suggest removing/changes it to 'ssh-keygen -t rsa' -- You are receiving this mail because: You are watching the assignee of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2015-Sep-11 03:25 UTC
[Bug 2459] ssh-keygen -t rsa1 should be removed from Makefile
https://bugzilla.mindrot.org/show_bug.cgi?id=2459 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|unassigned-bugs at mindrot.org |djm at mindrot.org CC| |djm at mindrot.org --- Comment #1 from Damien Miller <djm at mindrot.org> --- Created attachment 2697 --> https://bugzilla.mindrot.org/attachment.cgi?id=2697&action=edit test for protocol v.1 support before generating rsa1 key This should do it -- You are receiving this mail because: You are watching someone on the CC list of the bug. You are watching the assignee of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2015-Sep-11 03:26 UTC
[Bug 2459] ssh-keygen -t rsa1 should be removed from Makefile
https://bugzilla.mindrot.org/show_bug.cgi?id=2459 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dtucker at zip.com.au Attachment #2697| |ok?(dtucker at zip.com.au) Flags| | -- You are receiving this mail because: You are watching someone on the CC list of the bug. You are watching the assignee of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2015-Sep-11 03:37 UTC
[Bug 2459] ssh-keygen -t rsa1 should be removed from Makefile
https://bugzilla.mindrot.org/show_bug.cgi?id=2459 --- Comment #2 from Darren Tucker <dtucker at zip.com.au> --- (In reply to Damien Miller from comment #1)> Created attachment 2697 [details] > test for protocol v.1 support before generating rsa1 key > > This should do itActually I think we should be switching to ssh-keygen -A, which is more future-proof. -- You are receiving this mail because: You are watching the assignee of the bug. You are watching someone on the CC list of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2015-Sep-11 04:22 UTC
[Bug 2459] ssh-keygen -t rsa1 should be removed from Makefile
https://bugzilla.mindrot.org/show_bug.cgi?id=2459 Darren Tucker <dtucker at zip.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #2697|ok?(dtucker at zip.com.au) | Flags| | Attachment #2697|0 |1 is obsolete| | Assignee|djm at mindrot.org |dtucker at zip.com.au Attachment #2698| |ok?(djm at mindrot.org) Flags| | --- Comment #3 from Darren Tucker <dtucker at zip.com.au> --- Created attachment 2698 --> https://bugzilla.mindrot.org/attachment.cgi?id=2698&action=edit use "ssh-keygen -A", add tests to host-key-force -- You are receiving this mail because: You are watching someone on the CC list of the bug. You are watching the assignee of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2015-Sep-11 04:28 UTC
[Bug 2459] ssh-keygen -t rsa1 should be removed from Makefile
https://bugzilla.mindrot.org/show_bug.cgi?id=2459 Darren Tucker <dtucker at zip.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |2451 Referenced Bugs: https://bugzilla.mindrot.org/show_bug.cgi?id=2451 [Bug 2451] Bugs intended to be fixed in 7.2 -- You are receiving this mail because: You are watching someone on the CC list of the bug. You are watching the assignee of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2015-Sep-11 04:34 UTC
[Bug 2459] ssh-keygen -t rsa1 should be removed from Makefile
https://bugzilla.mindrot.org/show_bug.cgi?id=2459 Darren Tucker <dtucker at zip.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #2698|ok?(djm at mindrot.org) | Flags| | Attachment #2698|0 |1 is obsolete| | Attachment #2699| |ok?(djm at mindrot.org) Flags| | --- Comment #4 from Darren Tucker <dtucker at zip.com.au> --- Created attachment 2699 --> https://bugzilla.mindrot.org/attachment.cgi?id=2699&action=edit use "ssh-keygen -A", add tests to host-key-force oops, typo. fixed. -- You are receiving this mail because: You are watching the assignee of the bug. You are watching someone on the CC list of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2015-Sep-11 06:59 UTC
[Bug 2459] ssh-keygen -t rsa1 should be removed from Makefile
https://bugzilla.mindrot.org/show_bug.cgi?id=2459 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #2699|ok?(djm at mindrot.org) |ok+ Flags| | -- You are receiving this mail because: You are watching the assignee of the bug. You are watching someone on the CC list of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2015-Sep-12 06:33 UTC
[Bug 2459] ssh-keygen -t rsa1 should be removed from Makefile
https://bugzilla.mindrot.org/show_bug.cgi?id=2459 L?rinczy Zsigmond <lzsiga at freemail.c3.hu> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lzsiga at freemail.c3.hu -- You are receiving this mail because: You are watching the assignee of the bug. You are watching someone on the CC list of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2015-Sep-14 06:27 UTC
[Bug 2459] ssh-keygen -t rsa1 should be removed from Makefile
https://bugzilla.mindrot.org/show_bug.cgi?id=2459 Darren Tucker <dtucker at zip.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #5 from Darren Tucker <dtucker at zip.com.au> --- patch committed and it will be in 7.2p1. Thanks. -- You are receiving this mail because: You are watching the assignee of the bug. You are watching someone on the CC list of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2016-Aug-02 00:40 UTC
[Bug 2459] ssh-keygen -t rsa1 should be removed from Makefile
https://bugzilla.mindrot.org/show_bug.cgi?id=2459 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #6 from Damien Miller <djm at mindrot.org> --- Close all resolved bugs after 7.3p1 release -- You are receiving this mail because: You are watching someone on the CC list of the bug. You are watching the assignee of the bug.
Reasonably Related Threads
- [Bug 2369] New: `ssh-keygen -A` errors on RSA1 when building with SSH1 disabled
- [Bug 2513] New: Do not mention rsa1 key type in ssh-keygen usage & in manual pages
- [Bug 231] New: ssh-keygen has fatal error while updating comment in RSA1 key
- [Bug 231] ssh-keygen has fatal error while updating comment in RSA1 key
- [Bug 231] ssh-keygen has fatal error while updating comment in RSA1 key