Please help me how can i install ssh keychain on my ubuntu wsl in order for me to be able to configure my .ssh/config file to use key chain. I've tried editing my config file that i created myself in my .ssh folder to add Usekeychain but it does not recognise that as a command, i tried uninstalling my ssh server and re-installing it manually but nothing changed. I just got stuck in adding my private/public key to my keychain ever since please help me on this. Thank you!
The whole essence of what i'm doing is to be able to connect to my server from my private computer without having to add my private key each time i want to login to my server but i'm stuck on how to go about it, where i'm learning from online the person has his config file set up like:Host*
AddKeysToAgent Yes
UseKeychain Yes
IdentityFile ~/.ssh/[his githubfile]
Then i tried putting that in my config file, when i tried login in to my server it said UseKeychain not a command and i've since been trying to find how i will add my key to my keychain and how to setup my config file. Uptill this problem i encountered, i have been able to setup my server and connect to it by installing my private key in the server each time i connect to it. I just don't know how to go about adding my key to the keychain and how to setup my ssh config file to be automated. My teacher on front-end masters is using metatron CLI, I'm just confused and stressed. My first time on backend and it's becoming really frustrating, from one issue to another. My previous issues has been because i'm using WSL.