Add Github SSH Auth to Windows WSL - 2023
Open WSL terminal
Enter ssh-keygen -t ed25519 -C "your_email@example.com"
Enter cat ~/.ssh/id_ed25519.pub , copy ssh key "ssh-ed25519....."
Go to https://github.com/settings/keys and log in to your Github account if you haven't done that yet.
Cli...
blog.yangzheng.ca1 min read