[git commit master 1/1] fix keygen sample

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Wed Mar 2 21:54:30 UTC 2011


commit: http://git.uclibc.org/uClibc-website/commit/?id=99998a3c2728980a2da94eb2e3eef9ddcee0779f
branch: http://git.uclibc.org/uClibc-website/commit/?id=refs/heads/master

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
 developing.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/developing.html b/developing.html
index e9e626c..edded08 100644
--- a/developing.html
+++ b/developing.html
@@ -141,7 +141,7 @@ check list:<br>
 
 If you do not have a public ssh key, then you can easily generate one.  Simply
 use the command:
-<pre>ssh-keygen -t dsa -b 4096</pre>
+<pre>ssh-keygen -b 4096</pre>
 This will output the files <i>id_rsa</i> (your private key -- do not give this
 to anyone!) and <i>id_rsa.pub</i> (your public key -- give this to me).  By
 default, both files will be placed in your home directory in the <i>.ssh</i>
-- 
1.7.3.4



More information about the uClibc-cvs mailing list