- make public/private ssh key
- putty
- wsl
- linux
- add public key to page
- add file to config
- ~/.ssh/config
Host ssh.dev.azure.com IdentityFile {{your private key location}} IdentitiesOnly yes
config file should be authority 600
Host ssh.dev.azure.com IdentityFile {{your private key location}} IdentitiesOnly yes