EasyMorph version 5.8.1 - SSH algorithms updated

In EasyMorph version 5.8.1, we have enhanced the list of supported SSH algorithms to improve security and broaden compatibility. This update enables EasyMorph to leverage the latest advancements in SSH technology, ensuring a more secure connection between EasyMorph and remote systems. Additionally, support for private key formats has been expanded in this version.

As of EasyMorph 5.8.1 and higher, the following host key algorithms are supported:

ssh-ed25519
ecdsa-sha2-nistp256
ecdsa-sha2-nistp384
ecdsa-sha2-nistp521
rsa-sha2-512
rsa-sha2-256
ssh-rsa
ssh-dss

and the following key exchange methods:

curve25519-sha256
curve25519-sha256@libssh.org
ecdh-sha2-nistp256
ecdh-sha2-nistp384
ecdh-sha2-nistp521
diffie-hellman-group-exchange-sha256
diffie-hellman-group-exchange-sha1
diffie-hellman-group16-sha512
diffie-hellman-group14-sha256
diffie-hellman-group14-sha1
diffie-hellman-group1-sha1

with the following encryption methods:

aes128-ctr
aes192-ctr
aes256-ctr
aes128-gcm@openssh.com
aes256-gcm@openssh.com
chacha20-poly1305@openssh.com
aes128-cbc
aes192-cbc
aes256-cbc
3des-cbc

and MAC algorithms:

hmac-sha2-256
hmac-sha2-512
hmac-sha1
hmac-sha2-256-etm@openssh.com
hmac-sha2-512-etm@openssh.com
hmac-sha1-etm@openssh.com