diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2005-09-20 20:32:02 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2005-09-20 20:32:02 +0000 |
commit | 6ab402ce275525f985f78db41b5a6b1f20218309 (patch) | |
tree | 9d24667966014e11bd46f547fabc66eb482f426b | |
parent | 52d2f4bd90a2756d3d89b486a55238048d2e8f7e (diff) | |
download | busybox-w32-6ab402ce275525f985f78db41b5a6b1f20218309.tar.gz busybox-w32-6ab402ce275525f985f78db41b5a6b1f20218309.tar.bz2 busybox-w32-6ab402ce275525f985f78db41b5a6b1f20218309.zip |
- typo in documentation
-rw-r--r-- | docs/busybox.net/developer.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/busybox.net/developer.html b/docs/busybox.net/developer.html index 1f0943f8d..3d1262da8 100644 --- a/docs/busybox.net/developer.html +++ b/docs/busybox.net/developer.html | |||
@@ -18,7 +18,7 @@ you have selected, you must send me your preferred contact email address, and | |||
18 | finally, you must send me an ssh version 2 DSA key with 1024 bits (the default) | 18 | finally, you must send me an ssh version 2 DSA key with 1024 bits (the default) |
19 | or more. If you do not currently have an ssh version 2 DSA key, you can | 19 | or more. If you do not currently have an ssh version 2 DSA key, you can |
20 | generate a key using the command<pre>ssh-keygen -t dsa</pre> This will | 20 | generate a key using the command<pre>ssh-keygen -t dsa</pre> This will |
21 | create the files <pre>/home/<USERNAME>/ssh/id_dsa | 21 | create the files <pre>/home/<USERNAME>/.ssh/id_dsa |
22 | /home/<USERNAME>/.ssh/id_dsa.pub</pre> You must then send the content | 22 | /home/<USERNAME>/.ssh/id_dsa.pub</pre> You must then send the content |
23 | of 'id_dsa.pub' to me so I can setup your account. The content of 'id_dsa' | 23 | of 'id_dsa.pub' to me so I can setup your account. The content of 'id_dsa' |
24 | should of course be kept secret. | 24 | should of course be kept secret. |