mirror of
https://github.com/nikdoof/dotfiles.git
synced 2026-01-30 02:48:15 +00:00
Add Tildegit to ssh conf
This commit is contained in:
@@ -6,6 +6,11 @@ Host github.com
|
|||||||
IdentitiesOnly yes
|
IdentitiesOnly yes
|
||||||
IdentityFile ~/.ssh/id_ed25519_github
|
IdentityFile ~/.ssh/id_ed25519_github
|
||||||
|
|
||||||
|
Host tildegit.org
|
||||||
|
User git
|
||||||
|
IdentitiesOnly yes
|
||||||
|
IdentityFile ~/.ssh/id_ed25519_tildegit
|
||||||
|
|
||||||
Host heroku.com
|
Host heroku.com
|
||||||
User git
|
User git
|
||||||
IdentitiesOnly yes
|
IdentitiesOnly yes
|
||||||
|
|||||||
Reference in New Issue
Block a user