net-ssh2
net-ssh2 copied to clipboard
Update Net::SSH2 with latest libssh2 host keys options.
In current version 0.74 it only provides 2 host keys type support i.e ssh-rsa and ssh-dss. However, latest libssh2 provide below type host key support. Hostkey Types: ssh-ed25519, [email protected], ecdsa-sha2-nistp521, ecdsa-sha2-nistp384, ecdsa-sha2-nistp256, ssh-rsa, ssh-dss
Please include support for these types as well.
IIRC, Net::SSH2 already supports those. You just need to compile it against a recent version of libssh2.
Can you explain in which way you are missing support for those? Are you missing some methods or constants?
I think the documentation only showing two supported host keys type.