Struct ssh::server::ServerConfig [] [src]

pub struct ServerConfig {
    pub host: String,
    pub port: u16,
    pub key: Box<KeyPair>,
}

Fields