Skip to content

Commit 50ce6ef

Browse files
Merge pull request #218423 from lebaro-msft/patch-8
Small fixes to the github ssh steps
2 parents bc9777c + 03ac8d0 commit 50ce6ef

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

articles/machine-learning/concept-train-model-git-integration.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,15 +87,16 @@ cat ~/.ssh/id_rsa.pub
8787
> * Mac OS: `Cmd-c` to copy and `Cmd-v` to paste.
8888
> * FireFox/IE may not support clipboard permissions properly.
8989
90-
2) Select and copy the key output in the clipboard.
90+
2) Select and copy the SSH key output to your clipboard.
91+
3) Next, follow the steps to add the SSH key to your preferred account type:
9192

9293
+ [GitHub](https://docs.github.com/github/authenticating-to-github/adding-a-new-ssh-key-to-your-github-account)
9394

94-
+ [GitLab](https://docs.gitlab.com/ee/ssh/#adding-an-ssh-key-to-your-gitlab-account)
95+
+ [GitLab](https://docs.gitlab.com/ee/user/ssh.html#add-an-ssh-key-to-your-gitlab-account)
9596

9697
+ [Azure DevOps](/azure/devops/repos/git/use-ssh-keys-to-authenticate#step-2--add-the-public-key-to-azure-devops-servicestfs) Start at **Step 2**.
9798

98-
+ [BitBucket](https://support.atlassian.com/bitbucket-cloud/docs/set-up-an-ssh-key/#SetupanSSHkey-ssh2). Start at **Step 4**.
99+
+ [BitBucket](https://support.atlassian.com/bitbucket-cloud/docs/set-up-an-ssh-key/#SetupanSSHkey-ssh2). Follow **Step 4**.
99100

100101
### Clone the Git repository with SSH
101102

0 commit comments

Comments
 (0)