Module makiko::pubkey

source ·
Expand description

Public key algorithms.

The SSH protocol supports several public key algorithms, which are used to authenticate the server and might also be used to authenticate the client.

Supported algorithms

Structs

Enums

  • Private key (keypair) in one of supported formats.
  • Public key in one of supported formats.

Statics

  • “ecdsa-sha2-nistp256” public key algorithm from RFC 5656.
  • “ecdsa-sha2-nistp384” public key algorithm from RFC 5656.
  • “rsa-sha2-256” public key algorithm from RFC 8332.
  • “rsa-sha2-512” public key algorithm from RFC 8332.
  • “ssh-ed25519” public key algorithm from RFC 8709.
  • “ssh-rsa” public key algorithm using SHA-1 from RFC 4253.