1
0
Fork 0
mirror of https://github.com/kastdeur/dotfiles.git synced 2025-05-14 20:09:26 +02:00

ssh/config: there is an Include directive since openssh 7.8

This commit is contained in:
Eric-Teunis de Boone 2020-04-15 23:38:35 +02:00
parent bcb0d50889
commit bc672415bf
2 changed files with 11 additions and 1 deletions

11
ssh/config Normal file
View file

@ -0,0 +1,11 @@
# Include separate configs from ~/.ssh/config.d/
Include ~/.ssh/config.d/*
# Github
Host github.com
User git
# Defaults
Host *
IdentitiesOnly yes
IdentityFile ~/.ssh/%h