I have been installed gitlabhq on SERVER.
I have issue while cloning repo from client machine. Not work:
client> git clone git@my.serv.ip.addr:myrepo.git /tmp/myrepo
client> ssh git@my.serv.ip.addr
PTY allocation request failed on channel 0
Under server root I can do successfully command.
gitserv> sudo -u gitlab -H git clone git@my.ip.add.r:myrepo.git /tmp/myrepo
Start clonnin repo
I supposed that it is SSH keys issue, but don't know what to do.
By the way one strange think:
I can't login to ssh server from client machine
ssh root@my.serv.ip.addr
Received disconnect from my.serv.ip.add: 2: Too many authentication failures for root
But succesfully login from another server.
anotherserv> root@my.serv.ip.addr
gitserv>