This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[wwwdocs] Document how to add a new SSH key


Jan (Beulich) ran into this, and indeed I could not find it
documented.  So I added it. ;-)

Applied.

Gerald

--- svnwrite.html.orig	2015-04-06 20:15:18.000000000 +0800
+++ svnwrite.html	2015-12-22 17:07:33.636074381 +0800
@@ -420,6 +420,10 @@
 ssh <i>username</i>@gcc.gnu.org email mynewaddress@example.com
 </pre></blockquote>
 
+<p>Similarly if you want to add a new SSH key to your account:</p>
+<blockquote><pre>
+ssh <i>username</i>@gcc.gnu.org append-key < KEYFILE
+</pre></blockquote>
 
 </body>
 </html>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]