2021-04-14 17:20:44 -04:00
|
|
|
Host *
|
|
|
|
ForwardAgent yes
|
2022-05-11 08:23:37 -04:00
|
|
|
AddKeysToAgent yes
|
2021-04-14 17:20:44 -04:00
|
|
|
|
|
|
|
Host penguincoder.org
|
|
|
|
Port 2223
|
2022-05-10 15:33:06 -04:00
|
|
|
IdentityFile ~/.ssh/selfhosted
|
2021-04-14 17:20:44 -04:00
|
|
|
|
|
|
|
Host git.penguincoder.org
|
|
|
|
Port 2222
|
|
|
|
User git
|
|
|
|
IdentityFile ~/.ssh/gitea
|
2022-05-10 15:33:06 -04:00
|
|
|
ProxyCommand none
|
2021-04-14 17:20:44 -04:00
|
|
|
|
2022-08-12 14:05:39 -04:00
|
|
|
Host helium helium.penguincoder.org
|
2022-05-10 15:33:06 -04:00
|
|
|
HostName 192.168.1.50
|
2021-04-14 17:20:44 -04:00
|
|
|
|
2022-08-12 14:05:39 -04:00
|
|
|
Host potassium potassium.penguincoder.org
|
2022-05-10 15:33:06 -04:00
|
|
|
HostName 192.168.1.60
|
|
|
|
ProxyCommand none
|
2021-04-14 17:20:44 -04:00
|
|
|
|
2022-05-10 15:33:06 -04:00
|
|
|
Host *.penguincoder.org !git.penguincoder.org
|
|
|
|
IdentityFile ~/.ssh/selfhosted
|
|
|
|
ProxyCommand ssh -W %h:%p penguincoder.org -p 2223
|
2021-04-14 17:20:44 -04:00
|
|
|
|
|
|
|
Host github.com
|
|
|
|
User git
|
|
|
|
IdentityFile ~/.ssh/github
|