diff options
| -rw-r--r-- | docs/uclibc.org/developer.html | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/docs/uclibc.org/developer.html b/docs/uclibc.org/developer.html index 28d9f4628..0bf1b070a 100644 --- a/docs/uclibc.org/developer.html +++ b/docs/uclibc.org/developer.html @@ -10,7 +10,7 @@ you have selected, you must send me your preferred contact email address, and  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/<USERNAME>/ssh/id_dsa +create the files <pre>/home/<USERNAME>/.ssh/id_dsa  /home/<USERNAME>/.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. | 
