Hi Niels,
On Thu, Oct 03, 2002 at 10:37:07PM +0200, Niels Möller wrote:
It would make sense to have --sloppy use a timeout, but that's not entirely trivial to implement. Perhaps --sloppy should imply reading /dev/urandom rather than /dev/random, that should be easier to implement?
I have now generated the seed file on my development machine and copied it over - lsh-keygen worked afterwards.
However, I cannot login to the box:
----------8<----------client----------8<----------8<---------- robert@ganymed:~> ssh root@192.168.1.54 root@192.168.1.54's password: Permission denied, please try again. ----------8<----------client----------8<----------8<----------
----------8<----------server----------8<----------8<---------- ~ # lshd --debug [...] hd: DEBUG: Received USERAUTH_REQUEST ***** lshd: handle_connection: Received packet of type 50 (USERAUTH_REQUEST) lshd: DEBUG: Sent USERAUTH_FAILURE lshd: (size 24 = 0x18) 00000000: 330000001270617373776f72642c7075 3....password,pu 00000010: 626c69636b657900 blickey.
lshd: write_buffer: do_write length = 56 lshd: write_buffer: do_write closure->length = 56 lshd: DEBUG: Received IGNORE lshd: (size 53 = 0x35) 00000000: 020000003034e737d9af0e8a2900c2e8 ....04.7....)... 00000010: 8a94d208c5253f112f5aa38bd0bd73c3 .....%?./Z....s. 00000020: 95d7bc7e31e3753a7b3aab7dcaf6f9e3 ...~1.u:{:.}.... 00000030: 52afbf0d1a R....
lshd: handle_connection: Received packet of type 2 (IGNORE) ----------8<----------server----------8<----------8<----------
Any idea what the problem could be?
Cheers, Robert