When importing a project in Gitlab web-interface from ssh://git@example.com/example
I get the error Host key verification failed.
I logged in on the Gitlab server directly via SSH and added the host to the known hosts and verified it by running a successful git clone
.
Still the error persists in the web-interface clone process. Is there a way to add the host key to gitlab?