Pure Rust implementation of SSH key file format decoders/encoders, including RFC4251/RFC4253, OpenSSH formats, sshsig signatures, and certificates.
# Cargo.toml
[dependencies]
ssh-key = "0.6.7"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Parse an SSH public key from an OpenSSH file.
Add `features = ["pem"]` to your Cargo.toml dependency.
No dependency data recorded yet.