Skip to content

Commit

Permalink
secrets(ssh): configure GitLab SSH
Browse files Browse the repository at this point in the history
Fixes packit/packit-service#2425

Signed-off-by: Matej Focko <[email protected]>
  • Loading branch information
mfocko committed May 13, 2024
1 parent e7a1dfb commit 780ab97
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions secrets/packit/prod/ssh_config
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,10 @@ Host pkgs.fedoraproject.org
User packit
IdentityFile /home/packit/.ssh/id_ed25519
IdentitiesOnly yes

# Used for the CentOS and CentOS SIGs' dist git repositories
Host gitlab.com
Hostname gitlab.com
User git
IdentityFile /home/packit/.ssh/id_ed25519
IdentitiesOnly yes
7 changes: 7 additions & 0 deletions secrets/packit/stg/ssh_config
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,10 @@ Host pkgs.fedoraproject.org
User packit-stg
IdentityFile /home/packit/.ssh/id_ed25519
IdentitiesOnly yes

# Used for the CentOS and CentOS SIGs' dist git repositories
Host gitlab.com
Hostname gitlab.com
User git
IdentityFile /home/packit/.ssh/id_ed25519
IdentitiesOnly yes

0 comments on commit 780ab97

Please sign in to comment.