r3767 - website
Thomas Schmidt
tschmidt at alioth.debian.org
Thu Dec 28 16:50:50 CET 2006
Author: tschmidt
Date: 2006-12-28 16:50:50 +0100 (Thu, 28 Dec 2006)
New Revision: 3767
Modified:
website/index.html
Log:
Updated ssh-section a little bit, because since the merge of svn.debian.org and alioth into one machine, it is not neccesary anymore to add the public key to ~/.ssh/authorized_keys manually.
Modified: website/index.html
===================================================================
--- website/index.html 2006-12-17 17:00:15 UTC (rev 3766)
+++ website/index.html 2006-12-28 15:50:50 UTC (rev 3767)
@@ -31,18 +31,10 @@
(Of course you can skip the IdentityFile line and use password
authentication, but believe me, it is much more comfortable
this way.) ;-)
+ <br><br>
+ You now add the public key to the keylist in the "My account"-section on
+ alioth to be able to login on svn.debian.org with this key.
<br><br>
- You have to manually place the public key into your home directory
- on svn.debian.org by copying it via scp and appending it to
- <tt>~/.ssh/authorized_keys</tt>:
- <br><br>
- <code>
- scp /home/<your_local_username>/.ssh/<name_of_you_sshkey>.pub svn.debian.org:<br>
- ssh svn.debian.org<br>
- mkdir ~/.ssh<br>
- cat <name_of_your_ssh_key>.pub >> ~/.ssh/authorized_keys<br>
- </code>
- <br>
<strong>Another note:</strong> I can only recommend that you use a
ssh-key with passphrase together with the ssh-agent (ssh-add), but
it is up to you to decide this.
More information about the pkg-vdr-dvb-changes
mailing list