tldr: there is no /home/git
directory where .ssh/authorized_keys
should be.
Is this the expected with Omnibus installs?
System is Debian 8.2
I'm trying to set up ssh keys for my gitlab user. I can add it into the webui, but on the admin>background jobs page, sidekiq indicates a failed job.
I looked around and people mentioned fixing /home/git/.ssh/authorized_keys
file/directory permissions. However when I look in /home, I do not even see a /git folder, I only see my user folder and lost+found (/home
is on a separate partition).
Have I misunderstood something? Does the omnibus installer place the auth keys somewhere else, and is also having permission issues there?