Skip to content

v2.6.1 - Support ECDSA and ED25519 in SSH Public Key Servers

Compare
Choose a tag to compare
@sdmrelease sdmrelease released this 27 Jun 16:45
· 176 commits to development since this release

Add optional keyType parameter to Public Key SSH Server that denotes what type of key to use.

  • Can be one of: rsa-2048, rsa-4096, ecdsa-256, ecdsa-384, ecdsa-521, ed25519
  • Previously these were always generated as rsa-2048