Skip to content

Commit 0a256f1

Browse files
committed
Use github port 22 in work env
1 parent 0c99638 commit 0a256f1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

dot_ssh/config.tmpl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ Include conf.d/*
1313

1414
Host github.com
1515
Hostname ssh.github.com
16+
{{ if eq .environment "home" }}
1617
Port 443
18+
{{ end }}
1719
User git
1820
# I was having connection issues with some workflows that open a large
1921
# number of connections to github. Turning off multiplexing fixes that.

0 commit comments

Comments
 (0)