A Step-by-Step Guide Create SSH Directory mkdir -p ~/.ssh/github mkdir -p ~/.ssh/devops Create SSH Keys SSH Key for GitHub ssh-keygen -t rsa -b 4096 -f ~/.ssh/github/${yourAccountName}/id_rsa -C "${yourEmail}" SSH Key for Azure DevOps ssh-keygen -t...
ochairo.hashnode.dev1 min read
No responses yet.