On Sun, Nov 06, 2016 at 02:48:22PM -0800, Rich Shepard wrote:
> debug1: Authentications that can continue: publickey
> debug1: Next authentication method: publickey
> debug1: Trying private key: /home/rshepard/.ssh/id_dsa
> debug2: we did not send a packet, disable method
> debug1: No more authentication methods to try.
> Permission denied (publickey).
> 
> The only key type I specified with ssh-keygen (on both hosts is
> ed25519; no dsa present.

What happens if you specify the identity file (private key) to be used
via the command line?  E.g.:

    ssh -vv -i ~/.ssh/id_ed25519 salmo


-- 
Paul Mullen
_______________________________________________
PLUG mailing list
[email protected]
http://lists.pdxlinux.org/mailman/listinfo/plug

Reply via email to