mirror of
https://we.phorge.it/source/phorge.git
synced 2025-02-22 19:49:02 +01:00
Support ssh-ed25519 SSH keys
Summary: Fixes T7121. Test Plan: Used `ssh-keygen -t ed25519` on an Ubuntu 14 box to generate a key; verified this is the header on the corresponding public key. Reviewers: btrahan Reviewed By: btrahan Subscribers: epriestley Maniphest Tasks: T7121 Differential Revision: https://secure.phabricator.com/D11930
This commit is contained in:
parent
c6a7bf8729
commit
8fd77ff4f8
1 changed files with 1 additions and 0 deletions
|
@ -59,6 +59,7 @@ final class PhabricatorAuthSSHPublicKey extends Phobject {
|
|||
'ssh-dsa',
|
||||
'ssh-dss',
|
||||
'ssh-rsa',
|
||||
'ssh-ed25519',
|
||||
'ecdsa-sha2-nistp256',
|
||||
'ecdsa-sha2-nistp384',
|
||||
'ecdsa-sha2-nistp521',
|
||||
|
|
Loading…
Add table
Reference in a new issue