From mboxrd@z Thu Jan 1 00:00:00 1970 From: ulf at uclibc.org Date: Thu, 12 Jul 2007 07:46:04 -0700 (PDT) Subject: [Buildroot] svn commit: trunk/buildroot/docs Message-ID: <20070712144604.9AFE7A65EB@busybox.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Author: ulf Date: 2007-07-12 07:46:03 -0700 (Thu, 12 Jul 2007) New Revision: 19072 Log: Update Instructions for applying for Buildroot write access Modified: trunk/buildroot/docs/developer.html Changeset: Modified: trunk/buildroot/docs/developer.html =================================================================== --- trunk/buildroot/docs/developer.html 2007-07-12 14:43:44 UTC (rev 19071) +++ trunk/buildroot/docs/developer.html 2007-07-12 14:46:03 UTC (rev 19072) @@ -19,12 +19,19 @@ or more. If you do not currently have an ssh version 2 DSA key, you can generate a key using the command
ssh-keygen -t dsa
This will create the files
/home/<USERNAME>/ssh/id_dsa
-/home/<USERNAME>/.ssh/id_dsa.pub
You must then send the content -of 'id_dsa.pub' to me so I can setup your account. The content of 'id_dsa' -should of course be kept secret. +/home/<USERNAME>/.ssh/id_dsa.pub +It is recommended that you generate a key with a "passphrase" for security reasons.

+Make the file known to the system by running +

ssh-add ~/.ssh/id_dsa
+ +You must then send the content of 'id_dsa.pub' to me so I can setup your account. +The content of 'id_dsa' should of course be kept secret. + +

+ Note that if you would prefer to keep your communications with me private, you can encrypt your email using my public key.