ssh_data

Ruby library for parsing SSH public keys and certificates

MIT License

Downloads
18.7M
Stars
76
Committers
6
ssh_data - 1.3.0 Latest Release

Published by vcsjones almost 3 years ago

  • Support for SSHSIG verification.
  • Support for signature verification using SKED25519 and SKECDSA256.
  • Fix DSA key generation for Ruby-OpenSSL 3.0 where the default Q-bits size changed.
ssh_data - 1.2.0

Published by vcsjones almost 3 years ago

  • Support basic parsing of Ed25519-SK and ECDSA-SK keys
  • Support for Ruby 3.0.
ssh_data - 1.1.0

Published by btoews about 5 years ago

Support for force-command and source-address critical options.

ssh_data - 1.0.0

Published by btoews over 5 years ago

Getting ready to opensource

ssh_data - 0.0.10

Published by btoews over 5 years ago

  • Parse PEM keys with empty passphrase — #10
ssh_data - 0.0.9

Published by btoews over 5 years ago

  • Raise on unknown private key PEM types — #6
  • Re-encode PublicKey in OpenSSH authorized_keys format — #7
  • Re-encode Certificate in OpenSSH authorized_keys format — #8
  • Support RSA SHA2 variants — #9