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.
·
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