Add a step for manually creating .ssh directory and authorized_keys file in documentation
Created by: hyder
Using gitlab 5-1, The .ssh directory and authorized_keys file should be manually created for the git user. Otherwise, the addition of ssh keys fails.
Steps to do as git user: mkdir .ssh touch .ssh/authorized_keys