User forums > Announcements
Source code repository to be moved
rickg22:
Uh I forgot how to do the public / private key stuff :(
Any reminders? The Berlios instructions are for unix :(
mandrav:
--- Quote from: yop on November 26, 2005, 04:04:58 pm ---There's no delay between commits and anonymous checkouts/updates?
The server is in Europe?
Me and my humble pstn modem are thankful :)
--- End quote ---
No delay anymore for anonymous checkouts. You have access to the source code right after it's commited. Hot! :)
And yes, the server is in Europe/Germany and it is *much* faster than SF (at least for me and a few other European folks we talked about it).
mandrav:
--- Quote from: rickg22 on November 26, 2005, 07:02:15 pm ---Uh I forgot how to do the public / private key stuff :(
Any reminders? The Berlios instructions are for unix :(
--- End quote ---
I assume we 're talking about windows here, using TortoiseSVN.
Create a SSH2 key pair using PuttyGen (or use the same you had for SF). After it is generated, save it and copy the text in the "Key" window.
Login to shell.berlios.de.
Type the following:
--- Code: ---mkdir .ssh
vi .ssh/authorized_keys
--- End code ---
While in vi, paste the text you copied from PuttyGen using the mouse (right click).
Press "Esc", type ":wq" and hit "Enter".
That's it.
I suggest you have Pageant running in the background. When you want to develop for C::B, right click on the Pageant systray icon, click "Add key" to add your previously generated key. If you 've setup a keyphrase for your key, you will be asked about it. From that time onwards (until you logoff/reboot), no ssh-aware program will ask you for a password again :)
HTH
MortenMacFly:
--- Quote from: mandrav on November 26, 2005, 08:21:57 pm ---Create a SSH2 key pair [...]
--- End quote ---
I think such instructions would fit very well in the WiKi as well... in a developer section...?!
Morten.
rickg22:
--- Quote from: mandrav on November 26, 2005, 08:21:57 pm ---Login to shell.berlios.de.
--- End quote ---
And how do I do that?
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version