How to generate SSH keys
What is an SSH key?
How to generate an SSH KeyPair?
ssh-keygen -t rsa -b 4096 -C "[email protected]" -f ~/.ssh/id_rsa -N ""Fetching your public key
cat ~/.ssh/id_rsa.pubGet-Content $env:USERPROFILE\.ssh\id_rsa.pubLast updated