mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2024-11-21 14:08:07 +01:00
Move github host to if block in ssh config
This commit is contained in:
parent
98b181c607
commit
8b2fe93b7d
1 changed files with 1 additions and 1 deletions
|
@ -35,8 +35,8 @@ Host hyperhdr
|
||||||
hostname hyperhdr.local
|
hostname hyperhdr.local
|
||||||
user pi
|
user pi
|
||||||
|
|
||||||
Host github.com
|
|
||||||
{{ if hasKey . "proxy" }}
|
{{ if hasKey . "proxy" }}
|
||||||
|
Host github.com
|
||||||
Hostname ssh.github.com
|
Hostname ssh.github.com
|
||||||
Port 443
|
Port 443
|
||||||
User git
|
User git
|
||||||
|
|
Loading…
Reference in a new issue