{"id":71888,"library":"openssh-keys","title":"OpenSSH Keys","description":"Read and write OpenSSH public keys in various formats.","status":"active","version":"0.6.5","language":"rust","source_language":null,"source_url":"https://github.com/coreos/openssh-keys","tags":["ssh","keys","crypto","openssh","authentication"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nopenssh-keys = \"0.6.5\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add openssh-keys","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"PublicKey","correct":"use openssh_keys::PublicKey;"}],"quickstart":{"code":"use openssh_keys::PublicKey;\n\nfn main() {\n    let pem = \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQ...\";\n    let key = PublicKey::parse(pem).expect(\"valid key\");\n    println!(\"Key comment: {:?}\", key.comment());\n}","lang":"rust","description":"Parses an OpenSSH public key from PEM format and prints its comment."},"warnings":[],"env_vars":null,"search_vec":"'authent':16 'crypto':14 'format':11 'key':2,8,13 'openssh':1,6,15 'public':7 'read':3 'ssh':12 'various':10 'write':5","created_at":"2026-06-17T18:32:38.148939+00:00","updated_at":"2026-06-17T18:32:38.148939+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/coreos/openssh-keys","github":"https://github.com/coreos/openssh-keys","docs":"https://docs.rs/openssh-keys/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["crypto","utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}