Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update managing-deploy-keys.md
Fixes a small typo
  • Loading branch information
tarrenj authored Oct 14, 2020
commit 6ceecfa4307f1cad55c02f140477f20e7c1daf24
2 changes: 1 addition & 1 deletion content/developers/overview/managing-deploy-keys.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ See [our guide on Git automation with tokens][git-automation].
7. Select **Allow write access** if you want this key to have write access to the repository. A deploy key with write access lets a deployment push to the repository.
8. Click **Add key**.

##### Multiple Repositories on once server
##### Multiple Repositories on One Server

GitHub does not allow users to reuse deploy keys across multiple repositories, so when a personal key pair is undesirable (such as a deployment server) users have to generate a dedicated key pair for each repository they require. Additionally, Git (currently) does not provide a way of configuring a preferred private key when using ssh remotes.

Expand Down