Page MenuHomePhabricator

Support ecdsa-sha2-nistp256 SSH keys
ClosedPublic

Authored by epriestley on Nov 7 2013, 2:59 PM.
Tags
None
Referenced Files
F18512936: D7522.diff
Fri, Sep 5, 8:45 AM
F18490084: D7522.id.diff
Wed, Sep 3, 11:01 PM
F18465397: D7522.diff
Tue, Sep 2, 7:09 AM
F18339955: D7522.id.diff
Mon, Aug 25, 9:51 PM
F18046891: D7522.id16973.diff
Aug 3 2025, 11:02 AM
F17937832: D7522.id16973.diff
Jul 31 2025, 1:39 AM
F17926661: D7522.id16973.diff
Jul 30 2025, 1:30 PM
F17908841: D7522.diff
Jul 29 2025, 2:00 PM
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.