Méthode | Description | |
---|---|---|
Clone ( ) : |
Clone this object.
|
|
SSHConnectionParameter ( string hostName, int portNumber, SSHProtocol protocol, AuthenticationType authType, string userName, string password ) : System |
Constructor
|
public SSHConnectionParameter ( string hostName, int portNumber, SSHProtocol protocol, AuthenticationType authType, string userName, string password ) : System | ||
hostName | string | Host name |
portNumber | int | port number |
protocol | SSHProtocol | SSH protocol version |
authType | AuthenticationType | authentication type |
userName | string | user name for login |
password | string | password for login. pass empty string for the keyboard interactive mode. |
Résultat | System |