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
显示文件 Open project: jacksonh/MCloud

Public Methods

Method Description
PutSSHKeys ( string key_path, string user ) : System

Create a new instance of the CopySSHKeys deployment

Protected Methods

Method Description
RunImpl ( Node node, NodeAuth auth ) : void

Method Details

PutSSHKeys() public method

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 ///
return System

RunImpl() protected method

protected RunImpl ( Node node, NodeAuth auth ) : void
node Node
auth NodeAuth
return void