dotfiles/private_dot_ssh/private_config.tmpl

29 lines
551 B
Cheetah
Raw Normal View History

2021-04-14 17:20:44 -04:00
Host *
ForwardAgent yes
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
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
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