summaryrefslogtreecommitdiffstats
path: root/docs/developer.html
diff options
context:
space:
mode:
authorUlf Samuelsson <ulf.samuelsson@atmel.com>2007-07-12 14:46:03 +0000
committerUlf Samuelsson <ulf.samuelsson@atmel.com>2007-07-12 14:46:03 +0000
commitbe089760c6905258354a8decc01be6f80d8a48c5 (patch)
treeb27593023d1b0b98b9b618519c21edef6044783a /docs/developer.html
parent02616c53c311e29266f194457f8d5b2fc80e213b (diff)
downloadbuildroot-novena-be089760c6905258354a8decc01be6f80d8a48c5.tar.gz
buildroot-novena-be089760c6905258354a8decc01be6f80d8a48c5.zip
Update Instructions for applying for Buildroot write access
Diffstat (limited to 'docs/developer.html')
-rw-r--r--docs/developer.html13
1 files changed, 10 insertions, 3 deletions
diff --git a/docs/developer.html b/docs/developer.html
index 4b9abb4f7..4903dd41c 100644
--- a/docs/developer.html
+++ b/docs/developer.html
@@ -19,9 +19,16 @@ finally, you must send me an ssh version 2 DSA key with 1024 bits (the default)
or more. If you do not currently have an ssh version 2 DSA key, you can
generate a key using the command<pre>ssh-keygen -t dsa</pre> This will
create the files <pre>/home/&lt;USERNAME&gt;/ssh/id_dsa
-/home/&lt;USERNAME&gt;/.ssh/id_dsa.pub</pre> 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/&lt;USERNAME&gt;/.ssh/id_dsa.pub</pre>
+It is recommended that you generate a key with a "passphrase" for security reasons.
+
+<p>
+Make the file known to the system by running
+
+<pre>ssh-add ~/.ssh/id_dsa</pre>
+
+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.
<p>