You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 1, 2017. It is now read-only.
Copy file name to clipboardExpand all lines: content/guides/managing-deploy-keys.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -88,7 +88,7 @@ A deploy key is an SSH key that is stored on your server and grants access to a
88
88
89
89
##Machine users
90
90
91
-
If your server needs to access multiple repositories, you can choose to create a newgithub account and attach an SSH key that will be used exclusively for automation. Since thisgithub account won't be used by a human, it's called a machine user. You can then[add the machine user as collaborator][collaborator] or[add the machine user to a team][team] with access to the repositories it needs to manipulate.**NOTE**: Adding a machine user as a collaborator always grants read/write access. Adding a machine user to a team grants the permissions of the team.
91
+
If your server needs to access multiple repositories, you can choose to create a newGitHub account and attach an SSH key that will be used exclusively for automation. Since thisGitHub account won't be used by a human, it's called a machine user. You can then[add the machine user as collaborator][collaborator] or[add the machine user to a team][team] with access to the repositories it needs to manipulate.**NOTE**: Adding a machine user as a collaborator always grants read/write access. Adding a machine user to a team grants the permissions of the team.
92
92
93
93
<divclass="alert">
94
94
<p>
@@ -104,7 +104,7 @@ If your server needs to access multiple repositories, you can choose to create a
104
104
105
105
####Cons
106
106
107
-
* Only organizations have access to create teams; therefore only organizations can use them to restrict machine users to read-only access.Individual user-ownedrepositories always grant read/writeto collaborators.
107
+
* Only organizations have access to create teams; therefore only organizations can use them to restrict machine users to read-only access.Personalrepositories always grantcollaboratorsread/writeaccess.
108
108
* Machine user keys, like deploy keys, are usually not protected by a passphrase.