Skip to content

Commit

Permalink
Use some ed25519 keys if available
Browse files Browse the repository at this point in the history
  • Loading branch information
strugee committed Feb 7, 2025
1 parent cd26d54 commit 4a4fad8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .ssh/config
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,12 @@ Host github github.com
Hostname github.com
User git
IdentityFile ~/.ssh/id_rsa_github
IdentityFile ~/.ssh/id_ed25519_github

Host gist.github.com
User git
IdentityFile ~/.ssh/id_rsa_github
IdentityFile ~/.ssh/id_ed25519_github

Host gitlab gitlab.com
Hostname gitlab.com
Expand Down Expand Up @@ -107,6 +109,7 @@ Host *
HashKnownHosts no
User alex
IdentityFile ~/.ssh/id_rsa
IdentityFile ~/.ssh/id_ed25519
Include config.d/*
ServerAliveInterval 10
IdentitiesOnly yes

0 comments on commit 4a4fad8

Please sign in to comment.