Description
Hi,
We've been using go-git for quite a long time now and are using it to instrument stuff on Gitlab repositories.
Since 5.16.0, we are experiencing an issue when pushing with go-git :
ssh: handshake failed: knownhosts: key mismatch
The error occurs when we invoke Push method from the go-git repository.
Using 5.14 and 5.15 version, it works as expected (no error).
PS : using git cli, we can push without issue also. SSH keys are valid.
(Sorry if this issue is missing some details, it's my first time reporting one :) )