Rayon icon indicating copy to clipboard operation
Rayon copied to clipboard

when I add my machine, it says

Open abbysdu opened this issue 2 years ago • 3 comments

Unable to authenticate session

abbysdu avatar Mar 06 '22 06:03 abbysdu

I have the same problem. The server output log:

dropbear[10511]: Exit before auth (user 'root', 0 fails): Disconnect received.

This may be the issue of new connections need confirmation by interactively replying "yes" on the client. Client needs to add an option StrictHostKeyChecking=accept-new to auto accept that.

janlay avatar Mar 07 '22 07:03 janlay

thanks! I solved it after add an option StrictHostKeyChecking=accept-new in client config.

abbysdu avatar Mar 10 '22 07:03 abbysdu

Where do we need to add StrictHostKeyChecking?

I can't connect anywhere at the moment

arulagrawal avatar Mar 30 '22 08:03 arulagrawal