ssh hostkeys

  1. C

    [SOLVED] WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!

    This issue has been resolved. A former sysadmin disabled the ssh-rsa host keys. They have been re-enabled and the problem has been solved. While investigating this issue, it was discovered that Proxmox prefers broken keys (ssh-rsa) over less-broken keys (ed25519). I have ALREADY reviewed the...
  2. D

    cloud-init and ssh hostkeys

    After removing the hostkeys from /etc/ssh and generating a template, cloud-init generates new hostkeys according to /var/log/cloud-init-output.log but the keys are not written to /etc/ssh/. Because there are no hostkeys, ssh.service does not start. I can get around this by using the noVNC shell...