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
It seems that with the upgrade of Ubuntu 20.04, openssh is now operating as version 8.2. This release "removes the "ssh-rsa" (RSA/SHA1) algorithm," as noted here, explaining our deprecated configurations.
A possible avenue to consider addressing this in our configuration is to manually enable UpdateHostKeys, as pointed out here
While working on upgrading our salt configurations for ubuntu 20.04, I noticed these outputs in the logs from sshd:
I'm not sure what the best approach is, opening this issue to decide how to address this in our configuration.
The text was updated successfully, but these errors were encountered: