Module openssh

Source
Expand description

Parser of OpenSSH keys

Key formats supported:

  • ssh-rsa
  • ssh-ed25519

Both ASN1 and openssh-key-v1 format supported.

Password-protected private keys are not supported yet

Functionsยง

parse_private_key
Parse a SSH private key in openssh format
parse_public_key
Parse a single SSH public key in openssh format