www-es-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNU-traductores] gnudist:/home/www/html/server/standards/README.savanna


From: gnudist's file diff daemon
Subject: [GNU-traductores] gnudist:/home/www/html/server/standards/README.savannah.html -- recent changes
Date: Wed, 19 Sep 2001 07:01:15 -0700 (PDT)

This is an automated report from gnudist.
Recent changes to /home/www/html/server/standards/README.savannah.html:

  74 -rw-rw-r--   1 webcvs   www         73876 Sep 19 05:26 
/home/www/html/server/standards/README.savannah.html

diff  -u  
/home/diffmon/old_file_dir/gnudist:!home!www!html!server!standards!README.savannah.html.gz
 /home/www/html/server/standards/README.savannah.html
--- /tmp/diffmon25103   Wed Sep 19 07:01:15 2001
+++ /home/www/html/server/standards/README.savannah.html        Wed Sep 19 
05:26:47 2001
@@ -1581,10 +1581,37 @@
   (type 1048577), using handler installed by handshake.c:355: do_handshake
 </pre>
 
+<p>This shows that "ssh-dss" is selected as the host algorithm to use,
+which is identified internally by lsh(d) as the integer ATOM_SSH_DSS. 
+However, when that integer has been passed all the way down to
+dh_make_server_msg and do_dsa_sign, that value has been replaced by
+zero. 
+It was fixed with the following patch:
+
+<pre>--- src/server_keyexchange.c      2001/02/25 22:38:20     1.47
++++ src/server_keyexchange.c   2001/09/19 11:24:19
+@ -135,9 +135,8 @
+       {
+         hostkey_algorithm = ATOM_SSH_DSS_KLUDGE_LOCAL;
+       }
+-      else
+ #endif
+-      dh-&gt;hostkey_algorithm = hostkey_algorithm;
++      dh-&gt;hostkey_algorithm = hostkey_algorithm;
+
+       dh-&gt;algorithms = algorithms;
+</pre>
+
+<p>The error message issued by lsh when encountering this error was:
+
+<pre>Client version: SSH-1.99-2.0.13 (non-commercial) Server version: 
SSH-1.99-lshd_1.2.1 lsh - a free ssh
+Selected keyexchange algorithm: diffie-hellman-group1-sha1   with hostkey 
algorithm:       ssh-dss
+</pre>
+
 <p>The people involved in this installation are
-<a href="mailto:address@hidden";>address@hidden</a>Niels Moller (author of lsh),
-<a href="mailto:address@hidden";>address@hidden</a>Gordon Matzigkeit (author of 
the NGROUPS_MAX
-patch) and <a href="mailto:address@hidden";>address@hidden</a>Loic Dachary who 
did the installation.
+<a href="mailto:address@hidden";>Niels Moller</a> (author of lsh),
+<a href="mailto:address@hidden";>Gordon Matzigkeit</a> (author of the 
NGROUPS_MAX
+patch) and <a href="mailto:address@hidden";>Loic Dachary</a> who did the 
installation.
 
 <p>Should a problem occur with this version of lsh, one has to send a bug
 report to <a href="mailto:address@hidden";>address@hidden</a>Niels Moller 
including the



reply via email to

[Prev in Thread] Current Thread [Next in Thread]