http-over-ssh icon indicating copy to clipboard operation
http-over-ssh copied to clipboard

Known hosts expects rsa key even when using ed25519

Open rossmeier opened this issue 5 years ago • 0 comments

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"?

rossmeier avatar Aug 30 '20 17:08 rossmeier