Skip to content

v0.26.0

Choose a tag to compare

@adamkrim adamkrim released this 17 Dec 07:36

New provider functions for SSH key handling and new services

  • New service: elestio_getateam
  • New service: elestio_pgvector
  • New Function: parse_ssh_key_data() - Strips the comment from an SSH public key, returning only the key type and key data.
  • New Function: parse_ssh_key() - Parses an SSH public key and extracts both key data and username. Pass null as the username parameter to extract the username from the key comment.

SSH key improvements:

  • SSH key comments are now forbidden in ssh_public_keys.key_data. Use the new provider functions to strip comments.
  • Documented supported SSH key types: ssh-rsa, ssh-ed25519, ecdsa-sha2-nistp256, ecdsa-sha2-nistp384, ecdsa-sha2-nistp521.
  • Improved error messages with links to documentation and provider functions.