On Tue, Nov 08, 2016 at 01:28:29PM -0800, Rich Shepard wrote: > I created keys using only id_ed25519. That's why I don't understand > where ssh is finding id_dsa since it does not exist on either host.
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 Mullen _______________________________________________ PLUG mailing list [email protected] http://lists.pdxlinux.org/mailman/listinfo/plug
