On Tue, 8 Nov 2016, Paul Mullen wrote: > ssh has a list of default identity files it looks for if you don't specify > one (either via the command line or a config file). From the looks of your > debug info, it seems ssh is only looking for id_dsa. Do you have a config > file at ~/.ssh/config configured with an identity file?
Paul, Just added 'id_ed25519' to ~/.ssh/config after the port number using the key-value pair IdentityFile id_ed25519. Now, ssh reports, "no such identity: id_ed25519: no such file or directory." Which seems to point to the problem since ~/.ssh/ contains five files: authorized_keys config id_ed25519 id_ed25519.pub known_hosts Perms are 644 for authorized_keys, config, id_ed25519.pub, and known_hosts and 600 for id_ed25519. So, why does ssh not see the existing file? What test can I run to learn this? Rich _______________________________________________ PLUG mailing list [email protected] http://lists.pdxlinux.org/mailman/listinfo/plug
