Enum ssh::ServerKnown [] [src]

#[repr(C)]
pub enum ServerKnown { NotKnown, Known, Changed, FoundOther, FileNotFound, }

Variants

The key is unknown

The key is known

The key has changed since the last connection. You have to warn the user about a possible attack.

The type of the key has changed. Possible attack.

The known hosts file doesn't exist, and will be created when write_knownhost is called.

Methods

impl ServerKnown
[src]

Trait Implementations

impl Debug for ServerKnown
[src]

Formats the value using the given formatter.