WSL Development Setup
There may be better tools if one is working directly in Linux. Replace id_rsa with id_ed25519 or your key name.
Create SSH Private/Public Keys for GIT
Update APT and install OpenSSH Client and GIT
sudo apt update && sudo apt install -y openssh-client...
wind010.hashnode.dev4 min read