fix(aliases): update gbackup alias to handle upstream push errors gracefully

This commit is contained in:
Dmitry
2026-03-24 20:25:56 +03:00
parent 07dfb2136f
commit a542a34c32
2 changed files with 4 additions and 2 deletions
+3 -2
View File
@@ -2,15 +2,16 @@ Host ru-vps
HostName 157.22.231.198
Port 3422
User ada
Port 3422
ServerAliveInterval 30
ServerAliveCountMax 3
IdentityFile /home/ada/.dotfiles/ssh/.ssh/keys/homelab_ssh.pub
IdentityFile /home/ada/.ssh/id_ed25519_homelab
Host fl-vps
HostName 89.167.32.245
Port 4322
User ada
IdentityFile /home/ada/.dotfiles/ssh/.ssh/keys/fl-vpn.pub
IdentityFile /home/ada/.ssh/id_ed25519_flvpn
ProxyJump ru-vps
ServerAliveInterval 30
ServerAliveCountMax 3