Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F87950
D7704.diff
All Users
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
607 B
Referenced Files
None
Subscribers
None
D7704.diff
View Options
diff --git a/src/applications/settings/panel/PhabricatorSettingsPanelSSHKeys.php b/src/applications/settings/panel/PhabricatorSettingsPanelSSHKeys.php
--- a/src/applications/settings/panel/PhabricatorSettingsPanelSSHKeys.php
+++ b/src/applications/settings/panel/PhabricatorSettingsPanelSSHKeys.php
@@ -84,8 +84,11 @@
$recognized_keys = array(
'ssh-dsa',
+ 'ssh-dss',
'ssh-rsa',
'ecdsa-sha2-nistp256',
+ 'ecdsa-sha2-nistp384',
+ 'ecdsa-sha2-nistp521',
);
if (!in_array($type, $recognized_keys)) {
File Metadata
Details
Attached
Mime Type
text/x-diff
Storage Engine
amazon-s3
Storage Format
Raw Data
Storage Handle
phabricator/63/zx/wqw27ey36xdulxpx
Default Alt Text
D7704.diff (607 B)
Attached To
Mode
D7704: Support "ssh-dss" keys
Attached
Detach File
Event Timeline
Log In to Comment