Page MenuHomePhabricator

Support ecdsa-sha2-nistp256 SSH keys
ClosedPublic

Authored by epriestley on Nov 7 2013, 2:59 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Jun 25, 8:26 PM
Unknown Object (File)
Tue, Jun 23, 3:44 AM
Unknown Object (File)
Apr 18 2026, 5:01 AM
Unknown Object (File)
Apr 18 2026, 5:01 AM
Unknown Object (File)
Apr 14 2026, 7:10 PM
Unknown Object (File)
Mar 19 2026, 3:35 AM
Unknown Object (File)
Feb 28 2026, 5:32 PM
Unknown Object (File)
Feb 1 2026, 2:04 AM
Subscribers

Details

Reviewers
btrahan
chad
Commits
Restricted Diffusion Commit
rP0e65740c2dfa: Support ecdsa-sha2-nistp256 SSH keys
Summary

See discussion in https://github.com/facebook/phabricator/issues/430.

(If we end up with more than like 5 of these we should probably make this a warning or something instead, the only goal is to prevent user error.)

Test Plan

{F79196}

{F79197}

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

Looking at the code, maybe it would suffice to test that the array is at least 2 elements long and that the second parameter is a base64 encoded string. The comment by the way is optional.