We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c99638 commit 0a256f1Copy full SHA for 0a256f1
1 file changed
dot_ssh/config.tmpl
@@ -13,7 +13,9 @@ Include conf.d/*
13
14
Host github.com
15
Hostname ssh.github.com
16
+{{ if eq .environment "home" }}
17
Port 443
18
+{{ end }}
19
User git
20
# I was having connection issues with some workflows that open a large
21
# number of connections to github. Turning off multiplexing fixes that.
0 commit comments