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
+1 -10
View File
@@ -1,15 +1,6 @@
Host ru-vps
HostName 157.22.231.198
User ada
IdentityFile ~/.ssh/id_ed25519_homelab
ServerAliveInterval 30
ServerAliveCountMax 3
Host nl-vps
HostName 170.168.25.171
User ada
IdentityFile ~/.ssh/id_ed25519
ProxyJump ru-vps
ServerAliveInterval 30
ServerAliveCountMax 3
@@ -17,7 +8,7 @@ Host fl-vps
HostName 89.167.32.245
Port 4322
User ada
IdentityFile ~/.ssh/id_ed25519_flvpn
IdentityFile ~/.ssh/keys/fl-vpn.pub
ProxyJump ru-vps
ServerAliveInterval 30
ServerAliveCountMax 3