Please help me install ssh keychain on WSL Ubuntu and configure ~/.ssh/config to use keychain.
I tried editing config to add Usekeychain but the command is not recognized.
My config file:
Host* AddKeysToAgent Yes UseKeychain Yes IdentityFile ~/.ssh/[his githubfile]gives "UseKeychain is not a command"