I want to import a project in gitlab with ssh://
I have on the same network :
- a gitlab installed on a raspebrry
- a git server on a synology
My git server is only available via ssh://*****@mysynology:/the/repository/path/myproject.git
I tried with ssh key authentication without password but I don't know the user used by gitlab to do the git clone...
I have this message in gitlab:
Error importing repository ssh://*****@mysynology/the/repository/path/myproject.git into root/myproject - Cloning into bare repository '[REPOS PATH]/root/myproject.git'...
Host key verification failed.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.