Unable to clone over ssh in Gitlab 6
Closed
Unable to clone over ssh in Gitlab 6
Created by: johnjelinek
$ tail /var/log/auth.log
Sep 5 12:06:09 gitlab sshd[4575]: Invalid user git from 192.168.70.130
Sep 5 12:06:09 gitlab sshd[4575]: input_userauth_request: invalid user git [preauth]
Sep 5 12:06:18 gitlab sshd[4575]: pam_unix(sshd:auth): check pass; user unknown
Sep 5 12:06:18 gitlab sshd[4575]: pam_unix(sshd:auth): authentication failure; logname= uid=0 euid=0 tty=ssh ruser= rhost=192.168.70.130
Sep 5 12:06:20 gitlab sshd[4575]: Failed password for invalid user git from 192.168.70.130 port 13223 ssh2
Created by: johnjelinek
There is a
git
user as I followed the directions here, but there is no password established for this user as in the guide.# cat /etc/passwd | grep git git:x:1000:1000:GitLab,,,:/home/git:/bin/bash
By Administrator on 2013-09-11T16:08:12 (imported from GitLab project)
Created by: crazyscience
BTW, setting a password for the git user isn't the proper solution for this...at least, not if you're running gitolite or gitlab-git. These applications check the SSH key to verify access rights. That's my understanding anyway. I don't want to talk out of place as I'm not a serious dev on this project.
By Administrator on 2013-09-19T01:41:26 (imported from GitLab project)
Please register or sign in to reply