mirror of
https://github.com/kastdeur/dotfiles.git
synced 2024-11-18 01:13:31 +01:00
12 lines
171 B
Text
12 lines
171 B
Text
|
# Include separate configs from ~/.ssh/config.d/
|
||
|
Include ~/.ssh/config.d/*
|
||
|
|
||
|
# Github
|
||
|
Host github.com
|
||
|
User git
|
||
|
|
||
|
# Defaults
|
||
|
Host *
|
||
|
IdentitiesOnly yes
|
||
|
IdentityFile ~/.ssh/%h
|