https://bugzilla.mindrot.org/show_bug.cgi?id=3082
Damien Miller <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #4 from Damien Miller <[email protected]> --- Created attachment 3393 --> https://bugzilla.mindrot.org/attachment.cgi?id=3393&action=edit deterministic ed25519 key generator I think this feature is a bit too niche to support in OpenSSH and too much of a weapon for users to shoot themselves in the feet with. If you need such an ability, then it's pretty easy to implement as a standalone program (like the attached proof-of-concept). We certainly do not want to implement this by adding hooks to the PRNG. That sort of stuff has yielded compromise after compromise in other programs. -- 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. _______________________________________________ openssh-bugs mailing list [email protected] https://lists.mindrot.org/mailman/listinfo/openssh-bugs
