@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

+1
+1
src/applications/auth/sshkey/PhabricatorAuthSSHPublicKey.php
··· 59 59 'ssh-dsa', 60 60 'ssh-dss', 61 61 'ssh-rsa', 62 + 'ssh-ed25519', 62 63 'ecdsa-sha2-nistp256', 63 64 'ecdsa-sha2-nistp384', 64 65 'ecdsa-sha2-nistp521',