#5471 add support for Ed25519 SSH keys (RFC 7479)
Closed: Fixed None Opened 8 years ago by pspacek.

ipa-client-install currently does not handle RFC 7479 SSH keys so some SSHFP records for RFC 7479 keys are missing.


ipapython/ssh.py for def fingerprint:

         elif self._keytype.startswith('ssh-ed25519'):
            keytype = 4

Thanks theloeki! For your information, if a tickets which are in state assigned are already being handled by someone. Moreover, if the flag Patch posted for review is set, it means that a patch is already done and being reviewed on freeipa-devel mailing list. I.e. there is not necessary to code it again :-)

Anyway, thank you for your time and effort, you are welcome to work on anything which is not in assigned state. Have a nice day!

No problem, I came here to register the ticket + solution, only to find you beat me to it by a couple of days ;)

Won't hesistate to help out further if the opportunity arises. Keep up the good work!

master:

  • fa62480 ipa-client-install: add support for Ed25519 SSH keys (RFC 7479)

Metadata Update from @pspacek:
- Issue assigned to pspacek
- Issue set to the milestone: FreeIPA 4.3

7 years ago

Login to comment on this ticket.

Metadata