Update the bit about ssh keys, DSA keys are not supported any more.
Sponsored by: Absolight
This commit is contained in:
parent
22406697a0
commit
6480a72910
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=49293
1 changed files with 8 additions and 2 deletions
|
@ -3120,12 +3120,18 @@ Relnotes: yes</programlisting>
|
||||||
pair will wind up in your
|
pair will wind up in your
|
||||||
<filename>$HOME/.ssh/</filename>
|
<filename>$HOME/.ssh/</filename>
|
||||||
directory.</para>
|
directory.</para>
|
||||||
|
|
||||||
|
<important>
|
||||||
|
<para>Only <acronym>ECDSA</acronym>,
|
||||||
|
<acronym>Ed25519</acronym> or <acronym>RSA</acronym> keys
|
||||||
|
are supported.</para>
|
||||||
|
</important>
|
||||||
</step>
|
</step>
|
||||||
|
|
||||||
<step>
|
<step>
|
||||||
<para>Send your public key
|
<para>Send your public key
|
||||||
(<filename>$HOME/.ssh/id_dsa.pub</filename>
|
(<filename>$HOME/.ssh/id_ecdsa.pub</filename>,
|
||||||
or
|
<filename>$HOME/.ssh/id_ed25519.pub</filename>, or
|
||||||
<filename>$HOME/.ssh/id_rsa.pub</filename>)
|
<filename>$HOME/.ssh/id_rsa.pub</filename>)
|
||||||
to the person setting you up as a committer so it can be put
|
to the person setting you up as a committer so it can be put
|
||||||
into
|
into
|
||||||
|
|
Loading…
Reference in a new issue