aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277>2005-09-20 20:32:02 +0000
committeraldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277>2005-09-20 20:32:02 +0000
commit8bd85523ccc49e5d02af90ab4b22975f06b394d8 (patch)
tree9d24667966014e11bd46f547fabc66eb482f426b
parent2a5eed1ecd43309200229e8611c596ca4c1d7b6d (diff)
downloadbusybox-w32-8bd85523ccc49e5d02af90ab4b22975f06b394d8.tar.gz
busybox-w32-8bd85523ccc49e5d02af90ab4b22975f06b394d8.tar.bz2
busybox-w32-8bd85523ccc49e5d02af90ab4b22975f06b394d8.zip
- typo in documentation
git-svn-id: svn://busybox.net/trunk/busybox@11513 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r--docs/busybox.net/developer.html2
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
18finally, you must send me an ssh version 2 DSA key with 1024 bits (the default) 18finally, you must send me an ssh version 2 DSA key with 1024 bits (the default)
19or more. If you do not currently have an ssh version 2 DSA key, you can 19or more. If you do not currently have an ssh version 2 DSA key, you can
20generate a key using the command<pre>ssh-keygen -t dsa</pre> This will 20generate a key using the command<pre>ssh-keygen -t dsa</pre> This will
21create the files <pre>/home/&lt;USERNAME&gt;/ssh/id_dsa 21create the files <pre>/home/&lt;USERNAME&gt;/.ssh/id_dsa
22/home/&lt;USERNAME&gt;/.ssh/id_dsa.pub</pre> You must then send the content 22/home/&lt;USERNAME&gt;/.ssh/id_dsa.pub</pre> You must then send the content
23of 'id_dsa.pub' to me so I can setup your account. The content of 'id_dsa' 23of 'id_dsa.pub' to me so I can setup your account. The content of 'id_dsa'
24should of course be kept secret. 24should of course be kept secret.