Method | Description | |
---|---|---|
ClassPutty ( ) : System |
Constructor class function, create executables in the temp space
|
|
GetPassPhrases ( ) : List |
Returns the list of passphrases in plaintext format
|
|
ImportRemoteSshKey ( GitForce.ClassUrl url ) : void |
Initializes SSH connection by running the PLINK using the specified connection parameters. This function blocks until the PLINK returns.
|
|
RunPLink ( string args ) : void |
Run plink program with the given arguments
|
|
RunPageantUpdateKeys ( ) : void |
Runs the pageant daemon process and loads keys
|
|
RunPuTTYgen ( ) : void |
Run the PuTTYgen process and wait until it exits.
|
|
SetPassPhrases ( List |
Saves the list of passphrases into application properties
|
public ImportRemoteSshKey ( GitForce.ClassUrl url ) : void | ||
url | GitForce.ClassUrl | |
return | void |