http-over-ssh
http-over-ssh copied to clipboard
Known hosts expects rsa key even when using ed25519
I use ed25519 keys for authentification (and therefore for my default known_hosts file). However, http-over-ssh fails the host validation unless I provide the rsa key of the host in the known hosts file. Everything works fine using just ssh. Why isn't the host key checking done using ssh -o "UserKnownHostsFile"?