Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14356916
D7704.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
594 B
Referenced Files
None
Subscribers
None
D7704.diff
View Options
Index: src/applications/settings/panel/PhabricatorSettingsPanelSSHKeys.php
===================================================================
--- src/applications/settings/panel/PhabricatorSettingsPanelSSHKeys.php
+++ 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/plain
Expires
Sat, Dec 21, 1:32 AM (17 h, 54 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6912404
Default Alt Text
D7704.diff (594 B)
Attached To
Mode
D7704: Support "ssh-dss" keys
Attached
Detach File
Event Timeline
Log In to Comment