C# 클래스 SSH.ConnectionInfoGenerator

파일 보기 프로젝트 열기: darkoperator/Posh-SSH 1 사용 예제들

공개 메소드들

메소드 설명
GetCredConnectionInfo ( string computer, int port, System.Management.Automation.PSCredential credential, string proxyserver, string proxytype, int proxyport, System.Management.Automation.PSCredential proxycredential, KeyboardInteractiveAuthenticationMethod kIconnectInfo ) : ConnectionInfo

GetKeyConnectionInfo ( string computer, int port, string keyfile, System.Management.Automation.PSCredential credential, string proxyserver, string proxytype, int proxyport, System.Management.Automation.PSCredential proxycredential ) : PrivateKeyConnectionInfo

Generate a ConnectionInfoObject using a SSH Key.

비공개 메소드들

메소드 설명
GetKeyConnectionInfo ( string computer, int port, Stream keyFileStream, System.Management.Automation.PSCredential credential, string proxyserver, string proxytype, int proxyport, System.Management.Automation.PSCredential proxycredential ) : PrivateKeyConnectionInfo

메소드 상세

GetCredConnectionInfo() 공개 정적인 메소드

public static GetCredConnectionInfo ( string computer, int port, System.Management.Automation.PSCredential credential, string proxyserver, string proxytype, int proxyport, System.Management.Automation.PSCredential proxycredential, KeyboardInteractiveAuthenticationMethod kIconnectInfo ) : ConnectionInfo
computer string
port int
credential System.Management.Automation.PSCredential
proxyserver string
proxytype string
proxyport int
proxycredential System.Management.Automation.PSCredential
kIconnectInfo Renci.SshNet.KeyboardInteractiveAuthenticationMethod
리턴 Renci.SshNet.ConnectionInfo

GetKeyConnectionInfo() 공개 정적인 메소드

Generate a ConnectionInfoObject using a SSH Key.
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 ) : PrivateKeyConnectionInfo
computer string
port int
keyfile string
credential System.Management.Automation.PSCredential
proxyserver string
proxytype string
proxyport int
proxycredential System.Management.Automation.PSCredential
리턴 Renci.SshNet.PrivateKeyConnectionInfo