Registry / crypto / sshkeys

sshkeys

JSON →
library0.3.4rscratesunverified

Rust library for parsing OpenSSH certificates and public keys.

# Cargo.toml [dependencies] sshkeys = "0.3.4"
INSTALL
IMPORT
SIG · SSHKEYS
S
sshkeys
cryptorustv0.3.4
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.

PublicKey
use sshkeys::PublicKey;

Parses an OpenSSH public key string.

use sshkeys::PublicKey; fn main() { let key = PublicKey::from_openssh("ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQ..."); println!("{:?}", key); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.3.4latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
21 hits · last 30 days
node
18
Resources
sshkeys — cargo add sshkeys · libregistry