Guys I seem so have a problem with installing GIT on my Ubuntu 11.04. I only have one PC. Here is what I did:
1.) I followed the instructions here:
https://help.ubuntu.com/community/Git.
2.) I generated an RSA key using the ssh-keygen command line
3.) I editied the sshd_config file and added AllowUsers gitosis
4.) Then I did this:
sudo -H -u gitosis gitosis-init < /home/.ssh/id_rsa.pub
5.) After that git will ask for a password.
I seem to can't get by the password part because even if I use my root password it will still be denied. When I generated the rsa key I didn't enter a passphrase and left it blank.
Anyone here knows how to get by this?
Thanks.