Registry / config / ssh2-config

ssh2-config

JSON →
library0.7.1rscratesunverified

An SSH configuration parser for use with the ssh2-rs library.

# Cargo.toml [dependencies] ssh2-config = "0.7.1"
INSTALL
IMPORT
SIG · SSH2-CONFIG
S
ssh2-config
configrustv0.7.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

SshConfig
use ssh2_config::SshConfig;

Parses an SSH config file and prints the configuration.

use ssh2_config::SshConfig; fn main() { let config = SshConfig::parse_file("~/.ssh/config").unwrap(); println!("{:?}", config); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.7.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
37 hits · last 30 days
node
32
OpenAI (training)
1
Resources
ssh2-config — cargo add ssh2-config · libregistry