[med-svn] r2866 - trunk/community/website/docs
plessy at alioth.debian.org
plessy at alioth.debian.org
Sun Dec 28 17:12:28 UTC 2008
Author: plessy
Date: 2008-12-28 17:12:28 +0000 (Sun, 28 Dec 2008)
New Revision: 2866
Modified:
trunk/community/website/docs/policy.xml
Log:
How to automagically use the correct username when connecting to Alioth by SSH.
Thanks to Adeodato Sim?\195?\179 for the hint (<20081226175836.GA22351 at chistera.yi.org>).
Modified: trunk/community/website/docs/policy.xml
===================================================================
--- trunk/community/website/docs/policy.xml 2008-12-28 13:02:56 UTC (rev 2865)
+++ trunk/community/website/docs/policy.xml 2008-12-28 17:12:28 UTC (rev 2866)
@@ -116,6 +116,13 @@
<command>svn co</command> <filename class="directory">svn+ssh://user@alioth.debian.org/svn/debian-med/trunk/...</filename>
</userinput></para>
</blockquote>
+ <para>You can avoid specifying your Alioth user name by setting it in <filename>~/.ssh/config</filename>:</para>
+ <blockquote>
+ <programlisting>
+Host *.debian.org
+ User yourusername
+ </programlisting>
+ </blockquote>
</listitem>
<listitem>
<para>For read-only access, the syntax is slightly different:</para>
More information about the debian-med-commit
mailing list