permissions and ssh-key problems between gitlab and gitolite
Created by: petergus
everything was running fine. i was on phusion passenger apache.
then i installed Webmin on the server. i couldnt delete or create projects anymore (only read access). my admin logs said ERROR -> Pull error -> unable to clone gitolite-admin repo
of course i followed all the permissions setting help tips given, nothing changed. restarted all servers and processes.
then decided to switch over to nginx and see what happens.
in the process i think i created a new ssh key for user git. :/
now the original problem is there (cannot create new projects) and i get an error 500 when commiting in gitlab.
the nginx error log only says : Host key verification failed. fatal: The remote end hung up unexpectedly
so 2 questions.
- how can i reset my git ssh key so that gitlab will connect again? confused about keys still after all this :D
- any further ideas for my pull error? it must be webmin related but i have checked firewalls, permissions, chown,.... what could be missing?
thanks!