9b3c8a8b46
feat(zsh): source environment variables from local bin directory
36 lines
728 B
Plaintext
36 lines
728 B
Plaintext
# 20 - SelfHost
|
|
Host vps vps-ada
|
|
HostName 157.22.231.198
|
|
Port 3422
|
|
User ada
|
|
IdentityFile /home/ada/.ssh/keys/homelab_ssh.pub
|
|
|
|
# ZimaOS
|
|
Host docker-host
|
|
HostName 100.70.131.10
|
|
User ada
|
|
IdentityFile ~/.ssh/keys/homelab_ssh.pub
|
|
SetEnv TERM=xterm-256color
|
|
ProxyJump vps
|
|
|
|
Host pve
|
|
HostName 100.68.130.76
|
|
User root
|
|
IdentityFile ~/.ssh/keys/homelab_ssh.pub
|
|
SetEnv TERM=xterm-256color
|
|
ProxyJump vps
|
|
|
|
Host openclaw
|
|
Hostname 192.168.1.20
|
|
User openclaw
|
|
IdentityFile ~/.ssh/keys/adax1.pub
|
|
SetEnv TERM=xterm-256color
|
|
ProxyJump pve
|
|
|
|
Host git.ada-dev.ru
|
|
HostName 100.70.131.10
|
|
Port 2222
|
|
User git
|
|
IdentityFile /home/ada/.ssh/keys/adax1.pub
|
|
ProxyJump vps
|