Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2693478
D25495.1734762245.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
692 B
Referenced Files
None
Subscribers
None
D25495.1734762245.diff
View Options
diff --git a/src/applications/auth/controller/PhabricatorAuthSSHKeyViewController.php b/src/applications/auth/controller/PhabricatorAuthSSHKeyViewController.php
--- a/src/applications/auth/controller/PhabricatorAuthSSHKeyViewController.php
+++ b/src/applications/auth/controller/PhabricatorAuthSSHKeyViewController.php
@@ -110,7 +110,7 @@
$properties = id(new PHUIPropertyListView())
->setUser($viewer);
- $properties->addProperty(pht('SSH Key Type'), $ssh_key->getKeyType());
+ $properties->addProperty(pht('Public Key'), $ssh_key->getEntireKey());
$properties->addProperty(
pht('Created'),
phabricator_datetime($ssh_key->getDateCreated(), $viewer));
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Dec 21, 06:24 (13 h, 16 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1021124
Default Alt Text
D25495.1734762245.diff (692 B)
Attached To
Mode
D25495: Auth SSH Details: show Public Key (not just Type)
Attached
Detach File
Event Timeline
Log In to Comment