Re: publickey problem
[email protected] (Niels Möller) 05 Apr 2004 11:46:35 +0200
| Newsgroups | gmane.network.lsh.bugs |
|---|---|
| Message-ID | <[email protected]> |
Martin Laabs <[email protected]> writes: > laabs$ lsh -lroot 100.100.100.10 Note that by default, lsh doesn't allow root login. You have to use lshd --root-login if you need that. > lshd: Unknown publickey algorithm spki-sign-dss This is kind-of normal (spki support in lshd is not finished). If the client has a dsa key, it will try public-key auth with the algorithms "spki-sign-dss" and the standard "ssh-dss", as well as with password auth. So "spki-sign-dss" doesn't really matter. Regards, /Niels