Skip to content

Commit

Permalink
style(secrets/ssh): reorder lines
Browse files Browse the repository at this point in the history
cause OCD…

Signed-off-by: Matej Focko <[email protected]>
  • Loading branch information
mfocko committed May 13, 2024
1 parent 780ab97 commit 9c29300
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
10 changes: 6 additions & 4 deletions secrets/packit/prod/ssh_config
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
Host pkgs.fedoraproject.org
Hostname pkgs.fedoraproject.org
User packit
IdentityFile /home/packit/.ssh/id_ed25519
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
Hostname gitlab.com
User git
IdentityFile /home/packit/.ssh/id_ed25519
Hostname gitlab.com

IdentitiesOnly yes
IdentityFile /home/packit/.ssh/id_ed25519
10 changes: 6 additions & 4 deletions secrets/packit/stg/ssh_config
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
Host pkgs.fedoraproject.org
Hostname pkgs.fedoraproject.org
User packit-stg
IdentityFile /home/packit/.ssh/id_ed25519
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
Hostname gitlab.com
User git
IdentityFile /home/packit/.ssh/id_ed25519
Hostname gitlab.com

IdentitiesOnly yes
IdentityFile /home/packit/.ssh/id_ed25519

0 comments on commit 9c29300

Please sign in to comment.