Registry / crypto / osshkeys

osshkeys

JSON →
library0.7.0rscratesunverified

A library to read and write OpenSSH public and private keys.

# Cargo.toml [dependencies] osshkeys = "0.7.0"
INSTALL
IMPORT
SIG · OSSHKEYS
O
osshkeys
cryptorustv0.7.0
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 osshkeys::PublicKey;

Parse an OpenSSH public key string.

use osshkeys::PublicKey; fn main() { let key = PublicKey::from_openssh("ssh-rsa AAA...").unwrap(); println!("Key loaded: {:?}", key); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.7.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Amazon
1
Resources
osshkeys — cargo add osshkeys · libregistry