Fix issue: keys won’t load automatically to ssh-agent from ssh config file

First of all AddKeysToAgent option will only load keys from config file on first use. So don’t expect to see identities in the agent list before that, e.g. after shell login. If you want to test “first use” you can clear all identities from agent using ssh-add -D, and then run some command that willContinue reading “Fix issue: keys won’t load automatically to ssh-agent from ssh config file”