feat(ssh): update SSH configuration and add new identity files

This commit is contained in:
Dmitry
2026-03-16 17:25:44 +03:00
parent 9e6122fcfa
commit 2dfbdef85f
12 changed files with 20 additions and 19 deletions
+4 -4
View File
@@ -3,20 +3,20 @@ Host vps vps-ada
HostName 157.22.231.198
Port 22
User ada
IdentityFile ~/.ssh/id_ed25519_homelab
IdentityFile ~/.ssh/keys/homelab_ssh.pub
# ZimaOS
Host casa casaos casa-vm
HostName 100.87.138.76
User ada
IdentityFile ~/.ssh/id_ed25519_homelab
IdentityFile ~/.ssh/keys/homelab_ssh.pub
SetEnv TERM=xterm-256color
ProxyJump vps
Host pve
HostName 100.68.130.76
User root
IdentityFile ~/.ssh/id_ed25519_homelab
IdentityFile ~/.ssh/keys/homelab_ssh.pub
SetEnv TERM=xterm-256color
ProxyJump vps
@@ -24,5 +24,5 @@ Host git.ada-dev.ru
HostName 100.87.138.76
Port 222
User git
IdentityFile ~/.ssh/id_ed25519
IdentityFile ~/.ssh/keys/key_vps.pub
ProxyJump vps