hashicorp / vagrant

Vagrant is a tool for building and distributing development environments.
https://www.vagrantup.com
Other
26.16k stars 4.43k forks source link

Enable deprecated key type and host key algorithm #13179

Closed chrisroberts closed 1 year ago

chrisroberts commented 1 year ago

Recent versions of OpenSSH remove support of ssh-rsa key types and host key algorithms from the default conection configuration. Set options to enable them and provide a configuration option which can disable them if required.

Fixes #13124