- 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
Connect to your Git repos with SSH - Azure Repos
Connect to your Git repos through SSH on macOS, Linux, or Windows to securely connect using HTTPS authentication. On Windows, we recommended the use of Git Credential Managers or Personal Access Tokens. Important SSH URLs have changed, but old SSH URLs will continue to work.
https://docs.microsoft.com/en-us/azure/devops/repos/git/use-ssh-keys-to-authenticate?view=azure-devops&tabs=current-page

config file should be authority 600

Seonglae Cho