summaryrefslogtreecommitdiff
path: root/docs/faq
diff options
context:
space:
mode:
authorArun Raghavan <arun.raghavan@collabora.co.uk>2011-03-02 13:55:36 +0530
committerArun Raghavan <arun.raghavan@collabora.co.uk>2011-03-02 14:01:05 +0530
commit0e6aa693665c62817cdc862238331b3fab3176f6 (patch)
tree2f85ab27b4ae493daa8d15cc218a9ad0ad263822 /docs/faq
parentce52df3d72e8233399b3c5d0236234b82290ed7e (diff)
faq: Minor update to ssh key generation commands
fd.o requires RSA keys, and in general, users would probably want to make a per-server key file rather than overwrite id_rsa, id_rsa.pub.
Diffstat (limited to 'docs/faq')
-rw-r--r--docs/faq/git.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/faq/git.xml b/docs/faq/git.xml
index 6cad2b11e..c225e7b24 100644
--- a/docs/faq/git.xml
+++ b/docs/faq/git.xml
@@ -76,8 +76,8 @@ you will then have to provide them with:
<listitem><para>your e-mail address</para></listitem>
<listitem><para>a copy of your public sshv2 identity.
If you do not have this yet, you can generate it by running
-"ssh-keygen -t dsa". The resulting public key
-will be in <filename>.ssh/id_dsa.pub</filename></para></listitem>
+"ssh-keygen -t rsa -f ~/.ssh/id_rsa.pub-fdo". The resulting public key
+will be in <filename>~/.ssh/id_rsa.pub-fdo</filename></para></listitem>
<listitem><para>your GPG fingerprint. This would allow you to
add and remove ssh keys to your account.
</para></listitem>