Skip to content

v2.6.3 - Add optional `keyType` parameter to Cert Based SSH Server that denotes what type of key to generate for communicating with the server.

Compare
Choose a tag to compare
@sdmrelease sdmrelease released this 29 Jun 19:29
· 175 commits to development since this release
  • Can be one of: rsa-2048, rsa-4096, ecdsa-256, ecdsa-384, ecdsa-521, ed25519
  • Previously these were always generated as rsa-2048