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-11 08:23:37 -04:00
|
|
|
User {{ (bitwardenFields "item" "selfhosted-ssh-keys").hydrogen_username.value }}
|
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-05-10 15:33:06 -04:00
|
|
|
Host helium.penguincoder.org helium
|
2022-05-11 08:23:37 -04:00
|
|
|
User {{ (bitwardenFields "item" "selfhosted-ssh-keys").hydrogen_username.value }}
|
2022-05-10 15:33:06 -04:00
|
|
|
HostName 192.168.1.50
|
2021-04-14 17:20:44 -04:00
|
|
|
|
|
|
|
Host hydrogen hydrogen.olympus
|
2022-05-11 08:23:37 -04:00
|
|
|
User {{ (bitwardenFields "item" "selfhosted-ssh-keys").hydrogen_username.value }}
|
2022-05-10 15:33:06 -04:00
|
|
|
HostName 192.168.1.80
|
|
|
|
|
|
|
|
Host potassium potassium.olympus
|
2022-05-11 08:23:37 -04:00
|
|
|
User {{ (bitwardenFields "item" "selfhosted-ssh-keys").hydrogen_username.value }}
|
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
|
|
|
|
|
|
|
|
Host jolijardin.co
|
|
|
|
User {{ (bitwardenFields "item" "jolijardin.co").username.value }}
|
|
|
|
PubKeyAuthentication no
|
|
|
|
# {{ (bitwardenFields "item" "jolijardin.co").password.value }}
|
|
|
|
|