C# Class Poderosa.PortForwarding.SSHConnector

Inheritance: Poderosa.PortForwarding.SocketWithTimeout
Exibir arquivo Open project: poderosaproject/poderosa Class Usage Examples

Public Methods

Method Description
SSHConnector ( Poderosa.PortForwarding.ChannelProfile prof, string password, VerifySSHHostKeyDelegate keycheck ) : System

Protected Methods

Method Description
GetHostDescription ( ) : string
Negotiate ( ) : void

Private Methods

Method Description
CheckKey ( ISSHHostKeyInformationProvider info ) : bool

Method Details

GetHostDescription() protected method

protected GetHostDescription ( ) : string
return string

Negotiate() protected method

protected Negotiate ( ) : void
return void

SSHConnector() public method

public SSHConnector ( Poderosa.PortForwarding.ChannelProfile prof, string password, VerifySSHHostKeyDelegate keycheck ) : System
prof Poderosa.PortForwarding.ChannelProfile
password string
keycheck VerifySSHHostKeyDelegate
return System