wyBuild SSH Key Exchange Algos/Keys

Which key exchange algos are used in the ssh implementation? Needed since our servers specify these algos.

Any update on the ability to use public keys to connect? The information I found on the forum dates back to Nov 2014.

The ability to use public keys to connect to SSH servers are coming with the next version.

>> "Which key exchange algos are used in the ssh implementation?"

With the current version out, the key exchange alogrithms are: diffie-hellman-group1-sha1, diffie-hellman-group14-sha1, diffie-hellman-group-exchange-sha1

With the upcoming version, at least the following methods will be supported: diffie-hellman-group1-sha1, diffie-hellman-group14-sha1, diffie-hellman-group-exchange-sha1, diffie-hellman-group-exchange-sha256

Has this feature been implemented? I have downloaded the latest and do not see where to add an existing key or create a new key.