94d03d41e3
feat(ssh): update port for vps host and fix IdentityFile paths in proxy configuration
16 lines
376 B
Plaintext
16 lines
376 B
Plaintext
Host ru-vps
|
|
HostName 157.22.231.198
|
|
User ada
|
|
ServerAliveInterval 30
|
|
ServerAliveCountMax 3
|
|
IdentityFile /home/ada/.dotfiles/ssh/.ssh/keys/homelab_ssh.pub
|
|
|
|
Host fl-vps
|
|
HostName 89.167.32.245
|
|
Port 4322
|
|
User ada
|
|
IdentityFile /home/ada/.dotfiles/ssh/.ssh/keys/fl-vpn.pub
|
|
ProxyJump ru-vps
|
|
ServerAliveInterval 30
|
|
ServerAliveCountMax 3
|