Skip to content

Instantly share code, notes, and snippets.

@chukonu
Created January 10, 2024 10:29
Show Gist options
  • Save chukonu/d30a2d4cf4cb06b0e0b5c974a8409879 to your computer and use it in GitHub Desktop.
Save chukonu/d30a2d4cf4cb06b0e0b5c974a8409879 to your computer and use it in GitHub Desktop.
Add an SSH key in WSL
eval "$(ssh-agent)"
ssh-add <key>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment