ssh_known_hosts_e class abstract

Constructors

ssh_known_hosts_e()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

SSH_KNOWN_HOSTS_CHANGED → const int
The server key has changed. Either you are under attack or the administrator changed the key. You HAVE to warn the user about a possible attack.
SSH_KNOWN_HOSTS_ERROR → const int
There had been an error checking the host.
SSH_KNOWN_HOSTS_NOT_FOUND → const int
The known host file does not exist. The host is thus unknown. File will be created if host key is accepted.
SSH_KNOWN_HOSTS_OK → const int
The server is known and has not changed.
SSH_KNOWN_HOSTS_OTHER → const int
The server gave use a key of a type while we had an other type recorded. It is a possible attack.
SSH_KNOWN_HOSTS_UNKNOWN → const int
The server is unknown. User should confirm the public key hash is correct.