Summary:
I am trying to set SSH key exchange algorithm to RSA with no luck.
The session is between my Windows machine with PuTTY as client to a Linux machine in Amazon EC2.
Description:
I configured PuTTY to use the RSA-based key exchange algorithm for the key exchange and removed GSSAPI:
I also set the Hostkeys
field to use RSA:
But when I starts the session, it seems that it still uses the ECDH algorithm:
What can be the reason that it doesn't accept the RSA algorithm?