PHP Class Pantheon\Terminus\Commands\SSHKey\AddCommand

Inheritance: extends Pantheon\Terminus\Commands\TerminusCommand
Datei anzeigen Open project: pantheon-systems/terminus

Public Methods

Method Description
add ( string $file ) Add a SSH key to the logged-in user's account

Method Details

add() public method

Add a SSH key to the logged-in user's account
public add ( string $file )
$file string The path to the SSH public key file to use