Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F92734350
PhabricatorSSHPublicKeyInterface.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sat, Nov 23, 06:29
Size
555 B
Mime Type
text/x-php
Expires
Mon, Nov 25, 06:29 (2 d)
Engine
blob
Format
Raw Data
Handle
22500141
Attached To
rPH Phabricator
PhabricatorSSHPublicKeyInterface.php
View Options
<?php
interface
PhabricatorSSHPublicKeyInterface
{
/**
* Provide a URI for SSH key workflows to return to after completing.
*
* When an actor adds, edits or deletes a public key, they'll be returned to
* this URI. For example, editing user keys returns the actor to the settings
* panel. Editing device keys returns the actor to the device page.
*/
public
function
getSSHPublicKeyManagementURI
(
PhabricatorUser
$viewer
);
/**
* Provide a default name for generated SSH keys.
*/
public
function
getSSHKeyDefaultName
();
}
Event Timeline
Log In to Comment