More fun with lsh now that I'm back from hollidays.

I've upgraded both the server and the client to 1.0.3 from the same tarball.

I'm running the daemon nohup'd and in verbose mode with a fallback for ssh1.

On the client side I'm getting this:

[jbailey@cr499794-a jbailey]$ lsh --verbose subversions.gnu.org
Garbage collecting while busy...
Objects alive: 84, garbage collected: 33
Initiating handshake with subversions.gnu.org
Garbage collecting while busy...
Objects alive: 150, garbage collected: 219
Client version: SSH-2.0-lsh_1.0.3 lsh - a free ssh
Server version: SSH-1.99-lshd_1.0.3 lsh - a free ssh
Selected keyexchange algorithm: diffie-hellman-group1-sha1
  with hostkey algorithm:       ssh-dss
Selected bulk algorithms: (client to server, server to client)
  Encryption:             (3des-cbc, 3des-cbc)
  Message authentication: (hmac-sha1, hmac-sha1)
  Compression:            (none, none)
SPKI host authorization successful!
Received debug: Key exchange successful!
User authentication failed.
lsh: Public key userauth failed.
Connection died, for reason 1.
[jbailey@cr499794-a jbailey]$ 

On the server side:

Accepting connection from 24.113.91.74, port 3651
Initiating handshake with 24.113.91.74
Client version: SSH-2.0-lsh_1.0.3 lsh - a free ssh
Server version: SSH-1.99-lshd_1.0.3 lsh - a free ssh
Selected keyexchange algorithm: diffie-hellman-group1-sha1
  with hostkey algorithm:       ssh-dss
Selected bulk algorithms: (client to server, server to client)
  Encryption:             (3des-cbc, 3des-cbc)
  Message authentication: (hmac-sha1, hmac-sha1)
  Compression:            (none, none)
Received debug: Key exchange successful!
Unknown publickey algorithm
Unknown publickey algorithm
Disconnect for reason 14
No more auth methods available
Connection died, for reason 0.
Connection died.
Garbage collecting while idle...
Objects alive: 81, garbage collected: 301

The public key was generated today.  Both the server and the client were 
just './configure; make; make check; make install'  However, the server 
appears to report that the publickey algorithm is unknown which doesn't 
make sense to me.

Per the man page, I generated the key with:

lsh_keygen -l 8 | lsh_writekey

I don't really know where to go from here...

-- 
"It is easy to be blinded to the essential uselessness of computers by
the sense of accomplishment you get from getting them to work at all."
 - Douglas Adams


Reply via email to