Method | Description | |
---|---|---|
GetSSHHostKeyInformationProvider ( ) : ISSHHostKeyInformationProvider |
Get an object that provides informations about a host key.
|
|
SSH1ConnectionInfo ( string hostName, int portNumber, string serverVersionString, string clientVersionString ) : System |
Constructor
|
public GetSSHHostKeyInformationProvider ( ) : ISSHHostKeyInformationProvider | ||
return | ISSHHostKeyInformationProvider |
public SSH1ConnectionInfo ( string hostName, int portNumber, string serverVersionString, string clientVersionString ) : System | ||
hostName | string | host name |
portNumber | int | port number |
serverVersionString | string | a version string received from the server |
clientVersionString | string | a version string of myself |
return | System |