Struct ssh2_config::SshConfig
source · [−]pub struct SshConfig { /* private fields */ }Expand description
Describes the ssh configuration. Configuration is describes in this document: http://man.openbsd.org/OpenBSD-current/man5/ssh_config.5
Implementations
Query params for a certain host
Get default params
Parse stream and return parsed configuration or parser error
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SshConfig
impl UnwindSafe for SshConfig
Blanket Implementations
Mutably borrows from an owned value. Read more