Method | Description | |
---|---|---|
GetCredConnectionInfo ( string computer, int port, System.Management.Automation.PSCredential credential, string proxyserver, string proxytype, int proxyport, System.Management.Automation.PSCredential proxycredential, |
|
|
GetKeyConnectionInfo ( string computer, int port, string keyfile, System.Management.Automation.PSCredential credential, string proxyserver, string proxytype, int proxyport, System.Management.Automation.PSCredential proxycredential ) : |
Generate a ConnectionInfoObject using a SSH Key.
|
Method | Description | |
---|---|---|
GetKeyConnectionInfo ( string computer, int port, Stream keyFileStream, System.Management.Automation.PSCredential credential, string proxyserver, string proxytype, int proxyport, System.Management.Automation.PSCredential proxycredential ) : |
public static GetCredConnectionInfo ( string computer, int port, System.Management.Automation.PSCredential credential, string proxyserver, string proxytype, int proxyport, System.Management.Automation.PSCredential proxycredential, |
||
computer | string | |
port | int | |
credential | System.Management.Automation.PSCredential | |
proxyserver | string | |
proxytype | string | |
proxyport | int | |
proxycredential | System.Management.Automation.PSCredential | |
kIconnectInfo | ||
return |
public static GetKeyConnectionInfo ( string computer, int port, string keyfile, System.Management.Automation.PSCredential credential, string proxyserver, string proxytype, int proxyport, System.Management.Automation.PSCredential proxycredential ) : |
||
computer | string | |
port | int | |
keyfile | string | |
credential | System.Management.Automation.PSCredential | |
proxyserver | string | |
proxytype | string | |
proxyport | int | |
proxycredential | System.Management.Automation.PSCredential | |
return |