gitlab doesn't add ssh keys to /home/gitlab/.ssh/authorized_keys
Created by: jakshi
When some user add ssh keys with web-interface, they don't added to /home/gitlab/.ssh/authorized_keys so user doesn't get ssh access to repositories.
if I run:
bundle exec rake gitlab:shell:setup RAILS_ENV=production
actual keys appear in /home/gitlab/.ssh/authorized_keys
but shouldn't it be done automatically?
if so - how to fix this issue?
I use gitlab 5.4