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
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"?
The text was updated successfully, but these errors were encountered:
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"?The text was updated successfully, but these errors were encountered: