On Sun, Mar 06, 2016 at 05:24:53PM -0500, Bruce wrote: > I'm having trouble with the ssh login. > > debug3: hostkeys_foreach: reading file "/root/.ssh/known_hosts" Don't expect `ssh -vvv` to tell you everything. For security reasons, the SSH daemon *won't* tell you many of the issues you may have. Have you checked the SSH daemon logs? You have a good chance of finding your answer there. `ssh -vvv` is usually more for SSH *protocol* debugging. Regards, Alex Pilon