C# 클래스 MCloud.Deploy.PutSSHKeys

Copy the current users ssh authorized keys file to the server and place them in the supplied directory
상속: PutFile
파일 보기 프로젝트 열기: jacksonh/MCloud

공개 메소드들

메소드 설명
PutSSHKeys ( string key_path, string user ) : System

Create a new instance of the CopySSHKeys deployment

보호된 메소드들

메소드 설명
RunImpl ( Node node, NodeAuth auth ) : void

메소드 상세

PutSSHKeys() 공개 메소드

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 ///
리턴 System

RunImpl() 보호된 메소드

protected RunImpl ( Node node, NodeAuth auth ) : void
node Node
auth NodeAuth
리턴 void