The server we connect to will be limited in the near future to the following algorithms...
Host key algorithms:
- rsa-sha2-256 <- support added in v7.3.0?
- rsa-sha2-512 <- support added in v7.3.0?
- ssh-ed25519
Key exchange algorithms:
- curve25519-sha256
- diffie-hellman-group16-sha512
- diffie-hellman-group18-sha512
From looking through the API documentation, it appears that some of the host key algorithms are covered but I didn't see any of the key exchange algorithms listed. Can anyone confirm that these are not currently supported? and if they are not currently supported, are there plans to implement these anytime soon?