diff --git a/.gitignore b/.gitignore index bb65b58..9f1e595 100644 --- a/.gitignore +++ b/.gitignore @@ -13,5 +13,8 @@ secrets/fedora-source-git/stg/* !secrets/**/*.j2 !secrets/**/ssh_config +# Ignore any ‹dev› secrets +secrets/*/dev/* + # used in move_stable script move_stable_repositories diff --git a/secrets/packit/prod/ssh_config b/secrets/packit/prod/ssh_config index b361bf2..278dcc8 100644 --- a/secrets/packit/prod/ssh_config +++ b/secrets/packit/prod/ssh_config @@ -1,5 +1,14 @@ Host pkgs.fedoraproject.org - Hostname pkgs.fedoraproject.org User packit + Hostname pkgs.fedoraproject.org + + IdentitiesOnly yes IdentityFile /home/packit/.ssh/id_ed25519 + +# Used for the CentOS and CentOS SIGs' dist git repositories +Host gitlab.com + User git + Hostname gitlab.com + IdentitiesOnly yes + IdentityFile /home/packit/.ssh/id_ed25519 diff --git a/secrets/packit/stg/ssh_config b/secrets/packit/stg/ssh_config index 1b6bff4..f7e3eec 100644 --- a/secrets/packit/stg/ssh_config +++ b/secrets/packit/stg/ssh_config @@ -1,5 +1,14 @@ Host pkgs.fedoraproject.org - Hostname pkgs.fedoraproject.org User packit-stg + Hostname pkgs.fedoraproject.org + + IdentitiesOnly yes IdentityFile /home/packit/.ssh/id_ed25519 + +# Used for the CentOS and CentOS SIGs' dist git repositories +Host gitlab.com + User git + Hostname gitlab.com + IdentitiesOnly yes + IdentityFile /home/packit/.ssh/id_ed25519