41 lines
1.1 KiB
Cheetah
41 lines
1.1 KiB
Cheetah
Include consolo.services.d/*.conf
|
|
|
|
Host *
|
|
ForwardAgent yes
|
|
|
|
Host penguincoder.org
|
|
Port 2223
|
|
User {{ (bitwardenFields "item" "selfhosted-ssh-keys").lithium_username.value }}
|
|
IdentityFile ~/.ssh/lithium
|
|
|
|
Host git.penguincoder.org
|
|
Port 2222
|
|
User git
|
|
IdentityFile ~/.ssh/gitea
|
|
|
|
Host lithium lithium.olympus
|
|
User {{ (bitwardenFields "item" "selfhosted-ssh-keys").lithium_username.value }}
|
|
IdentityFile ~/.ssh/lithium
|
|
|
|
Host hydrogen hydrogen.olympus
|
|
User {{ (bitwardenFields "item" "selfhosted-ssh-keys").hydrogen_username.value }}
|
|
IdentityFile ~/.ssh/hydrogen
|
|
|
|
Host unifi
|
|
HostName 192.168.1.97
|
|
User {{ (bitwardenFields "item" "selfhosted-ssh-keys").unifi_username.value }}
|
|
IdentityFile ~/.ssh/lithium
|
|
|
|
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 }}
|
|
|
|
Host thewaldenfarms.com
|
|
User {{ (bitwardenFields "item" "thewaldenfarms.com-ssh-keys").username.value }}
|
|
IdentityFile ~/.ssh/bluehost-waldenfarmshoa
|