dotfiles/private_dot_ssh/private_config.tmpl

41 lines
1.1 KiB
Cheetah
Raw Normal View History

2021-04-14 17:20:44 -04:00
Host *
ForwardAgent yes
Host penguincoder.org
Port 2223
2022-05-10 15:33:06 -04:00
User {{ (bitwardenFields "item" "b4c098e4-88a1-4b41-819c-cedc90088de0").hydrogen_username.value }}
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-05-10 15:33:06 -04:00
Host helium.penguincoder.org helium
User {{ (bitwardenFields "item" "b4c098e4-88a1-4b41-819c-cedc90088de0").hydrogen_username.value }}
HostName 192.168.1.50
2021-04-14 17:20:44 -04:00
Host hydrogen hydrogen.olympus
2022-05-10 15:33:06 -04:00
User {{ (bitwardenFields "item" "b4c098e4-88a1-4b41-819c-cedc90088de0").hydrogen_username.value }}
HostName 192.168.1.80
Host potassium potassium.olympus
User {{ (bitwardenFields "item" "b4c098e4-88a1-4b41-819c-cedc90088de0").hydrogen_username.value }}
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
Host jolijardin.co
User {{ (bitwardenFields "item" "jolijardin.co").username.value }}
PubKeyAuthentication no
# {{ (bitwardenFields "item" "jolijardin.co").password.value }}