-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Updates to ssh key enablement for Cloud projects #8416
Updates to ssh key enablement for Cloud projects #8416
Conversation
* Added an additional method regarding adding a SSH key * Apply suggestions from code review Co-authored-by: Barny Shergold <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are you still updating this? Too much use of the word "will" and needs work to be consistent with Cloud guide tone and formatting.
Yes-- I merged the other PR to the SSH enablement topic. Just working on merging this into integration branch to fix it up. |
- Replaced test SSH connection through GitHub instructions with link to GitHub documentation - Editorial revision and clean up
@@ -38,23 +38,9 @@ If the directory does not exist or has no SSH key files, you must generate at le | |||
|
|||
If you have at least one SSH key in your directory, add the key to your Magento and GitHub accounts: | |||
|
|||
- [Add an SSH key to your GitHub account](https://help.github.com/articles/adding-a-new-ssh-key-to-your-github-account/) | |||
- [Add an SSH key to your GitHub account](https://help.github.com/articles/adding-a-new-ssh-key-to-your-github-account/) and [test the SSH connection](https://docs.github.com/en/free-pro-team@latest/github/authenticating-to-github/testing-your-ssh-connection). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😄
Hi @meker12, thank you for your contribution! |
* Updates based on review feedback - Replaced instructions for testing ssh connection with link to GitHub documentation - Editorial cleanup * Updates to ssh key enablement for Cloud projects (#8416) * Added an additional method regarding adding a SSH key (#8379) * Added an additional method regarding adding a SSH key * Apply suggestions from code review Co-authored-by: Barny Shergold <[email protected]> * Updates based on review feedback - Replaced test SSH connection through GitHub instructions with link to GitHub documentation - Editorial revision and clean up Co-authored-by: Sathiya Prakash <[email protected]> Co-authored-by: Barny Shergold <[email protected]> Co-authored-by: Sathiya Prakash <[email protected]> Co-authored-by: Barny Shergold <[email protected]>
Purpose of this pull request
Add additional method to add and update SSH keys. Merges changes introduced in #8379.
Affected DevDocs pages