Azure DevOps Repository - dogtagpki/pki GitHub Wiki
The PKI repository on Azure DevOps is located at https://dev.azure.com/dogtagpki/pki.
Add your RSA SSH public key to dogtagpki organization (not your personal account).
Configure SSH to use RSA key in ~/.ssh/config
(make sure the permission is 600
):
Host ssh.dev.azure.com PubkeyAcceptedKeyTypes=ssh-rsa
Add a remote in the local PKI repository:
$ git remote add azure [email protected]:v3/dogtagpki/pki/pki
Fetch the repository:
$ git fetch azure
If there is a problem, try:
$ GIT_SSH_COMMAND="ssh -v" git fetch azure