Hello,
Are there more details available on the algorithm used to generate an SSH private key with RSA?
ie. when calling:
SshPrivateKey.Generate(SshHostKeyAlgorithm.RSA)
What isthe algorithm (like diffie-hellman-group-exchange-sha256), mac list (like hmac-sha2-256), and cipher list (like aes128-cbc, aes128-ctr, etc...) that is used?
Thank you