Op 3-3-2012 14:17, Uwe Stöhr schreef:
Am 02.03.2012 02:07, schrieb Lars Gullik Bjønnes:
I am not going to setup anonymous cloning right now, but I want
developers to send me their public ssh keys.
I never used SSH until now, so could anybody please give me a short
introduction what I need to do?
thanks and regards
Uwe
1. Install:
http://msysgit.googlecode.com/files/Git-1.7.9-preview20120201.exe
2. Start "Git Bash"
3. type "ssh-keygen"
4. press enter to store the key in the default location
5. enter a passphrase or just press enter
You'll get a message: "Your public key has been saved in ....."
6. send this public key to Lars.
7. after Lars has added your key to the server, the following should work:
"ssh g...@git.lyx.org info"
and
"git clone g...@git.lyx.org:testing"
8. Enjoy your checkout of the git test repo.
Vincent