Timshel Knoll <[EMAIL PROTECTED]> writes: > I'm having problems connecting to a lsh-1.0.5 server with a 1.0.1 client. > Every time I try to connect it gives me: > > [timshel@pippin pts/5 timshel]$ lshc -p 2223 localhost > do_lsh_lookup: Invalid ssh-dss key. > [timshel@pippin pts/5 timshel]$=20 That's looks lie a known off-by-one bug (when sanity checking lengths of the components in a received public key). But the versions involved confuses me a little. I'll try to decipher the transmitted public key and see if it makes sense. /Niels