Dart.Ssh Namespace : SshLoginData Class |
The following tables list the members exposed by SshLoginData.
Name | Description | |
---|---|---|
SshLoginData Constructor | Overloaded. |
Name | Description | |
---|---|---|
HostNameOrAddress | The hostname or address in dot notation. (Inherited from Dart.Ssh.LoginData) | |
Passphrase | Passphrase for the PEM private key. Can be null or empty. | |
Password | The password for basic authentication. (Inherited from Dart.Ssh.LoginData) | |
Pem | PEM-encoded DSA/RSA private key in OpenSSH, SSH2, or SSH.com key format. Can be null or empty. | |
Port | The port. (Inherited from Dart.Ssh.LoginData) | |
Submethods | An array of preferred authentication submethods to suggest to the server. May be 0-length or null. | |
Username | The username for basic authentication (null if no authentication is needed). (Inherited from Dart.Ssh.LoginData) |