I installed gitlab and when I try to do the following:
ssh git@domain.com
I get the following error
PTY allocation request failed on channel 0
Welcome to GitLab, Jhon!
Connection to domain.com closed.
I read the following comment in one of the threads:
You cannot ssh to the gitlab server as git user, that is not allowed even if you have added your your ssh key via gitlab. You can only push/pull as the git user. You can login as the root user if need be.
Is this true for all cases. I installed gitlab on centos 6.5. I just want to make sure that we cannot enable interactive services for a git user on gitlab and the result i got was the one that should be expected.