svn commit: r49293 - head/en_US.ISO8859-1/articles/committers-guide
Mathieu Arnold
mat at FreeBSD.org
Tue Aug 16 14:39:06 UTC 2016
Author: mat
Date: Tue Aug 16 14:39:05 2016
New Revision: 49293
URL: https://svnweb.freebsd.org/changeset/doc/49293
Log:
Update the bit about ssh keys, DSA keys are not supported any more.
Sponsored by: Absolight
Modified:
head/en_US.ISO8859-1/articles/committers-guide/article.xml
Modified: head/en_US.ISO8859-1/articles/committers-guide/article.xml
==============================================================================
--- head/en_US.ISO8859-1/articles/committers-guide/article.xml Tue Aug 16 13:52:52 2016 (r49292)
+++ head/en_US.ISO8859-1/articles/committers-guide/article.xml Tue Aug 16 14:39:05 2016 (r49293)
@@ -3120,12 +3120,18 @@ Relnotes: yes</programlisting>
pair will wind up in your
<filename>$HOME/.ssh/</filename>
directory.</para>
+
+ <important>
+ <para>Only <acronym>ECDSA</acronym>,
+ <acronym>Ed25519</acronym> or <acronym>RSA</acronym> keys
+ are supported.</para>
+ </important>
</step>
<step>
<para>Send your public key
- (<filename>$HOME/.ssh/id_dsa.pub</filename>
- or
+ (<filename>$HOME/.ssh/id_ecdsa.pub</filename>,
+ <filename>$HOME/.ssh/id_ed25519.pub</filename>, or
<filename>$HOME/.ssh/id_rsa.pub</filename>)
to the person setting you up as a committer so it can be put
into
More information about the svn-doc-head
mailing list