Fixes T7121.
Details
Details
- Reviewers
btrahan - Maniphest Tasks
- T7121: Support for new SSH key algos (ssh-ed25519)
- Commits
- Restricted Diffusion Commit
rP8fd77ff4f8a5: Support ssh-ed25519 SSH keys
Used ssh-keygen -t ed25519 on an Ubuntu 14 box to generate a key; verified this is the header on the corresponding public key.
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Haha, I was scared of this diff by title, but that's a nice one line change you've got right there.
Comment Actions
Haha, yeah.
This check is just here to help make sure users don't accidentally put things which aren't public keys into the form (worst case: private keys), so we don't need to do anything fancy.