[PLUG] Enabling bi-directional ssh

Paul Mullen pm at nellump.net
Tue Nov 8 22:30:10 UTC 2016


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



More information about the PLUG mailing list