C# Class MCloud.Deploy.PutSSHKeys

Copy the current users ssh authorized keys file to the server and place them in the supplied directory
Inheritance: PutFile
Afficher le fichier Open project: jacksonh/MCloud

Méthodes publiques

Méthode Description
PutSSHKeys ( string key_path, string user ) : System

Create a new instance of the CopySSHKeys deployment

Méthodes protégées

Méthode Description
RunImpl ( Node node, NodeAuth auth ) : void

Method Details

PutSSHKeys() public méthode

Create a new instance of the CopySSHKeys deployment
public PutSSHKeys ( string key_path, string user ) : System
key_path string
user string /// A /// The folder to place the authorized keys file in ///
Résultat System

RunImpl() protected méthode

protected RunImpl ( Node node, NodeAuth auth ) : void
node Node
auth NodeAuth
Résultat void