diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-08-16 14:39:05 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-08-16 14:39:05 +0000 |
commit | 6480a72910fc756b83f1fda4eca166e19d1924c4 (patch) | |
tree | 8ddaae5767c1a415cfb5ea39265a8d38a36dc917 /en_US.ISO8859-1/articles/committers-guide | |
parent | 22406697a0666717b2bfe5e4db54368ec211225b (diff) |
Notes
Diffstat (limited to 'en_US.ISO8859-1/articles/committers-guide')
-rw-r--r-- | en_US.ISO8859-1/articles/committers-guide/article.xml | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/en_US.ISO8859-1/articles/committers-guide/article.xml b/en_US.ISO8859-1/articles/committers-guide/article.xml index 97533291b2..61b5d34552 100644 --- a/en_US.ISO8859-1/articles/committers-guide/article.xml +++ b/en_US.ISO8859-1/articles/committers-guide/article.xml @@ -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 |