Matthew Dillon wrote:

:Would there really be any reason to change it back.  I assume they changed RSA
:to being the default is because the patent is expired.  Also, according to my
:notes,
:
:    RSA is preferable in most cases, since DSA is slower
:    and cannot encrypt in and of itself (DSA is a signing
:    algorithm only).  RSA can be used to encrypt files.

   Yes, because ssh will unexpectedly stop working in automated scripts
if we change the default as the related keys will not be in the known_hosts file.

                                        -Matt
Matthew Dillon <dil...@backplane.com>
The change has already been made in the development version. Time has passed. Any automated scripts that could break should have done it by now. We can keep the current order and put a big note in the release notes for DragonFly 2.2. I believe that RSA is preferred to DSA as DSA is limited to 1024-bit keys, while RSA key size is more or less unlimited.

Reply via email to