fix(aliases): update gbackup alias to handle upstream push errors gracefully
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user