From be089760c6905258354a8decc01be6f80d8a48c5 Mon Sep 17 00:00:00 2001 From: Ulf Samuelsson Date: Thu, 12 Jul 2007 14:46:03 +0000 Subject: Update Instructions for applying for Buildroot write access --- docs/developer.html | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'docs/developer.html') 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
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.

-- cgit v1.2.3