Struct ssh_cfg::SshConfigParser[][src]

pub struct SshConfigParser;
Expand description

Parses SSH configuration file into SshConfig.

Implementations

Returns the parsed SSH configuration.

Parses ~/.ssh/config.

Parses SSH configuration in memory.

Parameters
  • ssh_config_contents: The SSH configuration.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.