I'm trying to setup Gitlab server. It flashes an error "Fingerprint cannot be generated" while adding ssh keys. I googled for the solutions and found a few possible problems that could cause this problem.
First was to ensure proper access from SELinux. Since I don't have SElinux installed, it can't be a problem.
Second was to make sure that ssh-keygen is installed and the keys generated do not have a pass phrase associated to it. Checked it and no issues.
Third was to check that user git can access the tmp directory created by Gitlab. I checked that too.
This is the link I followed to set gitlab.
/tmpshould be1777. All users can write there. Are you sure you have diagnosed your problem correctly? Thegituser needs access to atmpdirectory inside the Gitlab source dir structure afaik & that may have to be adjusted, but not/tmp? – Zanna Sep 25 '16 at 06:40tmpinside Gitlab, made it accessible and it's still the same. Any other possible reason? – 7_R3X Sep 25 '16 at 08:01