mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
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.
This commit is contained in:
parent
ce52df3d72
commit
0e6aa69366
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue