mirror of
https://github.com/webfactory/ssh-agent.git
synced 2024-11-21 16:50:50 +00:00
updated README.md to including further instructions regarding where to add deploy key (#34)
This commit is contained in:
parent
8789658b02
commit
5ef9e0334a
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ specify a passphrase: The key must be usable without reading the passphrase from
|
||||||
|
|
||||||
To actually grant the SSH key access, you can – on GitHub – use at least two ways:
|
To actually grant the SSH key access, you can – on GitHub – use at least two ways:
|
||||||
|
|
||||||
* [Deploy keys](https://developer.github.com/v3/guides/managing-deploy-keys/#deploy-keys) can be added to individual GitHub repositories. They can give read and/or write access to the particular repository. When pulling a lot of dependencies, however, you'll end up adding the key in many places. Rotating the key probably becomes difficult.
|
* [Deploy keys](https://developer.github.com/v3/guides/managing-deploy-keys/#deploy-keys) can be added to individual GitHub repositories. They can give read and/or write access to the particular repository. When pulling a lot of dependencies, however, you'll end up adding the key in many places. Rotating the key probably becomes difficult. The deploy key needs to be added to the private repository that is being fetched as a private dependency.
|
||||||
|
|
||||||
* A [machine user](https://developer.github.com/v3/guides/managing-deploy-keys/#machine-users) can be used for more fine-grained permissions management and have access to multiple repositories with just one instance of the key being registered. It will, however, count against your number of users on paid GitHub plans.
|
* A [machine user](https://developer.github.com/v3/guides/managing-deploy-keys/#machine-users) can be used for more fine-grained permissions management and have access to multiple repositories with just one instance of the key being registered. It will, however, count against your number of users on paid GitHub plans.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue