Author: plessy
Date: 2011-03-21 12:15:10 +0000 (Mon, 21 Mar 2011)
New Revision: 6347

Modified:
   trunk/community/website/docs/policy.xml
Log:
SSH tips.


Modified: trunk/community/website/docs/policy.xml
===================================================================
--- trunk/community/website/docs/policy.xml     2011-03-21 11:57:04 UTC (rev 
6346)
+++ trunk/community/website/docs/policy.xml     2011-03-21 12:15:10 UTC (rev 
6347)
@@ -132,13 +132,6 @@
                                                                <command>git 
clone</command> <filename 
class="directory">git+ssh://[email protected]/git/debian-med/&lt;package&gt;.git</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>
@@ -160,6 +153,22 @@
                                package.
                        </para>
                </sect2>
+               <sect2 id="ssh-tips">
+                       <title>SSH tips</title>
+                       <para id="ssh-config">
+                               You can avoid specifying your Alioth user name 
by setting it in
+                               
<filename>~/.ssh/config</filename>:<programlisting>
+Host *.debian.org
+       User your-user-name</programlisting>
+                       </para>
+                       <para id="ssh-add">
+                               You can avoid typing your SSH password again 
and again using the
+                               <code><command>ssh-add</command></code> 
command.  On remote connections
+                               the SSH agent needs to be enabled with the 
command
+                               <code><command>eval</command>
+                               
<option>$(</option><command>ssh-agent</command><option>)</option></code>.
+                       </para>
+               </sect2>
                <sect2 id="svn-repository-structure">
                        <title>Subversion repository structure</title>
                        <para>The SVN repository is structured as follows:


_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit

Reply via email to