On Wed, Oct 23, 2019 at 4:51 PM Rich Shepard <[email protected]> wrote:
> > Ok, since you just did this, what does ssh localhost (as root) give you > now? > > As before: > > # ssh localhost > Permission denied (publickey). > > Ok, try ssh -vi /root/.ssh/id_ed25519 localhost v for verbose, i for "identity file" which is the private key you want it to use. Perhaps this version of SSH does not look for this file by default? -wes
_______________________________________________ Dirvish mailing list [email protected] http://www.dirvish.org/mailman/listinfo/dirvish
