I installed gitosis on my ubuntu server - http://scie.nti.st/2007/11/14/hosting-git-repositories-the-easy-and-secure-way
I cloned the gitosis-admin from a laptop. I also develop from the server so I want to clone from the server as well. I created a oren.pub file on the server and copied it to the laptop, I added oren.pub to keydir and added oren to gitosis.conf I added, commited and pushed the changes. when I am on the server (user=oren) I type this: git clone git@<my ip>:gitosis-admin.git and asked for a password...(git user doesn't have one) and I can't clone the repo. the ssh log shows this: Jun 21 19:38:40 ubuntu sshd[10325]: Connection from 192.168.1.1 port 38313 Jun 21 19:38:40 ubuntu sshd[10325]: debug1: Client protocol version 2.0; client software version OpenSSH_5.1p1 Debian-5ubuntu1 Jun 21 19:38:40 ubuntu sshd[10325]: debug1: match: OpenSSH_5.1p1 Debian-5ubuntu1 pat OpenSSH* Jun 21 19:38:40 ubuntu sshd[10325]: debug1: Enabling compatibility mode for protocol 2.0 Jun 21 19:38:40 ubuntu sshd[10325]: debug1: Local version string SSH-2.0-OpenSSH_5.1p1 Debian-5ubuntu1 Jun 21 19:38:40 ubuntu sshd[10325]: debug1: PAM: initializing for "git" Jun 21 19:38:40 ubuntu sshd[10325]: debug1: PAM: setting PAM_RHOST to "roadster.roadster.net" Jun 21 19:38:40 ubuntu sshd[10325]: debug1: PAM: setting PAM_TTY to "ssh" Jun 21 19:38:40 ubuntu sshd[10325]: Failed none for git from 192.168.1.1 port 38313 ssh2 Jun 21 19:38:40 ubuntu sshd[10325]: debug1: Checking blacklist file / usr/share/ssh/blacklist.RSA-2048 Jun 21 19:38:40 ubuntu sshd[10325]: debug1: Checking blacklist file / etc/ssh/blacklist.RSA-2048 Jun 21 19:38:40 ubuntu sshd[10325]: debug1: temporarily_use_uid: 115/124 (e=0/0) Jun 21 19:38:40 ubuntu sshd[10325]: debug1: trying public key file / home/git/.ssh/authorized_keys Jun 21 19:38:40 ubuntu sshd[10325]: debug1: fd 4 clearing O_NONBLOCK Jun 21 19:38:40 ubuntu sshd[10325]: debug1: restore_uid: 0/0 Jun 21 19:38:40 ubuntu sshd[10325]: debug1: temporarily_use_uid: 115/124 (e=0/0) Jun 21 19:38:40 ubuntu sshd[10325]: debug1: trying public key file / home/git/.ssh/authorized_keys2 Jun 21 19:38:40 ubuntu sshd[10325]: debug1: restore_uid: 0/0 Jun 21 19:38:40 ubuntu sshd[10325]: Failed publickey for git from 192.168.1.1 port 38313 ssh2 someone on #git told me this: "There was bug in SSH that caused it to generate weak keys. It has been fixed. the same bug compromised DSA keys if they were used with buggy SSH. Also, the bug caused SSH sessions where at least one end was buggy to be vulernable to passive sniffing" any clues? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Git for human beings" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/git-users?hl=en -~----------~----~----~----~------~----~------~--~---
