2019-04-16 00:10:13 +00:00
|
|
|
ServerAliveInterval 300
|
|
|
|
ServerAliveCountMax 3
|
|
|
|
|
2024-07-16 15:47:01 +00:00
|
|
|
host github.com
|
|
|
|
IdentityFile ~/.ssh/github.com.pub
|
|
|
|
IdentitiesOnly yes
|
2019-04-16 00:10:13 +00:00
|
|
|
Host git.jpatrick.io
|
2019-04-16 00:18:15 +00:00
|
|
|
Port 222
|
|
|
|
IdentityFile ~/.ssh/git.jpatrick.io
|
2019-05-02 02:39:16 +00:00
|
|
|
Host jpatrick.io
|
|
|
|
IdentityFile ~/.ssh/jpatrick.io
|
2021-04-27 19:10:41 +00:00
|
|
|
Host *.greenfiling.com
|
|
|
|
ForwardAgent yes
|
2019-04-16 00:10:13 +00:00
|
|
|
Host *
|
2021-04-27 19:10:41 +00:00
|
|
|
UseRoaming no
|
2021-09-14 00:08:28 +00:00
|
|
|
|
|
|
|
Include config.d/*
|