(Xcode 9, git) SSH fingerprint failed to verify

Hi,


I'm currently running Xcode 9.0 beta (9M136h). Whenever I try to clone an exisiting repository from my own git sever on my Synology NAS system, I get the following error:


"The server SSH fingerprint failed to verify"


The connection goes through ssh like: ssh://admin@<my_server>:<my_port>/volume1/gitrepos/<my_project>


I don't have this problem in Xcode 8, because there I can simply choose to trust the server anyway. Is this also possible for Xcode 9? Or is there any other way (besides git clone... from command line and opening the xcodeproj).


Thanks,


Rick

This is how I cloned:


git clone user_on_server@server:path_to_repo_on_server


Hope it works,

Mic

Yeah, I kind of mentioned something like "besides git clone", but thanks anyway 🙂

Hi, just encountered this error message when trying to setup my Synology Git remote. I had some other issues, and tried accessing the Synology server by IP-address. I changed it to the DNS-name of the Synology, that works. Possibly host name verification?

(Xcode 9, git) SSH fingerprint failed to verify
 
 
Q