@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-dss" keys

Summary: Ref T4151. These are a (common) variant of "ssh-dsa" keys (which are somewhat theoretical, but show up on Google).

Test Plan: syntax

Reviewers: btrahan, dctrwatson, phpcodemonkey

Reviewed By: phpcodemonkey

CC: aran

Maniphest Tasks: T4151

Differential Revision: https://secure.phabricator.com/D7704

+3
+3
src/applications/settings/panel/PhabricatorSettingsPanelSSHKeys.php
··· 84 84 85 85 $recognized_keys = array( 86 86 'ssh-dsa', 87 + 'ssh-dss', 87 88 'ssh-rsa', 88 89 'ecdsa-sha2-nistp256', 90 + 'ecdsa-sha2-nistp384', 91 + 'ecdsa-sha2-nistp521', 89 92 ); 90 93 91 94 if (!in_array($type, $recognized_keys)) {