Struct ssh2::Host [] [src]

pub struct Host<'kh> { /* fields omitted */ }

Structure representing a known host as part of a KnownHosts structure.

Methods

impl<'kh> Host<'kh>
[src]

[src]

This is None if no plain text host name exists.

[src]

Returns the key in base64/printable format

Trait Implementations

Auto Trait Implementations

impl<'kh> !Send for Host<'kh>

impl<'kh> !Sync for Host<'kh>