Dart.Ssh Namespace : SshLoginData Class |
For a list of all members of this type, see SshLoginData members.
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) |