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 (<[email protected]>). 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://[email protected]/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> _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
