Skip to content

Files

Latest commit

 Cannot retrieve latest commit at this time.

History

History

.devcontainer

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Troubleshooting

Using SSH-Agent on Windows 10 WSL2

On WSL, Ubuntu:

sudo apt-get install keychain

Edit your ~/.bashrc, ~/.zshrc and add the following to the bottom of your file:

# For Loading the SSH key
/usr/bin/keychain -q --nogui "${HOME}/.ssh/id_rsa"
source "${HOME}/.keychain/${HOSTNAME}-sh"