SSH-Agent on Windows 10 WSL2
sudo apt-get install keychain
You can put the following to .bashrc
/usr/bin/keychain --nogui $HOME/.ssh/id_rsa
source $HOME/.keychain/$HOSTNAME-sh
Comments
Post a Comment