Files
dotfiles/ssh/.ssh/config.d/40-proxy.conf
T
Dmitry 3dae3163ee feat(restic): update backup profiles and ignore patterns for improved organization
fix(ssh): clean up whitespace in SSH configuration files
feat(zed): enhance Zed settings with new configurations and improved defaults
fix(zsh): remove unused editor aliases for cleaner alias management
2026-03-04 12:48:58 +03:00

24 lines
494 B
Plaintext

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
Host fl-vps
HostName 89.167.32.245
Port 4322
User ada
IdentityFile ~/.ssh/id_ed25519_flvpn
ProxyJump ru-vps
ServerAliveInterval 30
ServerAliveCountMax 3