backup: 2026-04-20 17:44

This commit is contained in:
Dmitry
2026-04-20 17:44:20 +03:00
parent 5a607c85f2
commit 3c680e6f68
13 changed files with 49 additions and 45 deletions
+9 -6
View File
@@ -3,27 +3,28 @@ Host vps vps-ada
HostName 157.22.231.198
Port 3422
User ada
IdentityFile /home/ada/.ssh/keys/homelab_ssh.pub
IdentityFile /home/ada/.ssh/id_ed25519_hl
ServerAliveInterval 30
ServerAliveCountMax 3
# ZimaOS
Host docker-host
HostName 100.70.131.10
User ada
IdentityFile ~/.ssh/keys/homelab_ssh.pub
IdentityFile ~/.ssh/keys/id_ed25519_hl
SetEnv TERM=xterm-256color
ProxyJump vps
Host pve
HostName 100.68.130.76
User root
IdentityFile ~/.ssh/keys/homelab_ssh.pub
IdentityFile ~/.ssh/id_ed25519_hl
SetEnv TERM=xterm-256color
# ProxyJump vps
Host openclaw
Hostname 192.168.1.20
User openclaw
IdentityFile ~/.ssh/keys/adax1.pub
IdentityFile ~/.ssh/id_ed25519
SetEnv TERM=xterm-256color
ProxyJump pve
@@ -31,5 +32,7 @@ Host git.ada-dev.ru
HostName 100.70.131.10
Port 2222
User git
IdentityFile /home/ada/.ssh/keys/adax1.pub
IdentityFile /home/ada/.ssh/id_ed25519_hl
ServerAliveInterval 30
ServerAliveCountMax 3
ProxyJump vps