chocolatey-community / chocolatey-test-environment

A testing setup related to how the Chocolatey Package Verifier runs testing. Used for manual testing or prior to submission
Apache License 2.0
117 stars 187 forks source link

Bitvise SSH Server uses very old algorithm #27

Open basictheprogram opened 6 years ago

basictheprogram commented 6 years ago

Modern version of ssh disable ssh-dss

https://www.openssh.com/legacy.html

The Bitvise SSH server uses the old DSA algorithm.

$ ssh localhost -p 2222
Unable to negotiate with 127.0.0.1 port 2222: no matching host key type found. Their offer: ssh-dss

I see Bitvise supports the RSA algorithm.