Hi,
after logging in, I get the following error message:
And indeed, the file doesn't exist. It doesn't exist because I deleted it intentionally.
I generated the keys with a different file name.
in
In my custom SSH config
SSH works perfectly fine, as expected.
Does Proxmox use the ssh host keys for something else and has file paths hardcoded instead of fetching it from sshd_config?
Or where does this message come from? I couldn't find error messages in any pve logs either...
after logging in, I get the following error message:
can't open '/etc/ssh/ssh_host_rsa_key.pub' - No such file or directory (500)
And indeed, the file doesn't exist. It doesn't exist because I deleted it intentionally.
I generated the keys with a different file name.
in
/etc/ssh/sshd_config
the HostKey options are commented out.In my custom SSH config
/etc/ssh/sshd_config.d/local.conf
I've set the correct file names.SSH works perfectly fine, as expected.
Does Proxmox use the ssh host keys for something else and has file paths hardcoded instead of fetching it from sshd_config?
Or where does this message come from? I couldn't find error messages in any pve logs either...