You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OpenSSH deprecated the ssh-rsa signature algorithm. Instead one
should use one of the sha2 variantes (rsa-sha2-256 and rsa-sha2-512).
Fedora was one of the first to disabled the ssh-rsa algorithm by default.
That made a Fedora VM inaccessible from virter since golang.org/x/crypto/ssh
still defaults to using ssh-rsa.
This commit adds support for the newer replacement algorithms while keeping
compatibility for older OSes.
0 commit comments