feat(restic): add local mirror configurations for projects, vaults, and pictures
feat(ssh): update port for vps host and fix IdentityFile paths in proxy configuration
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# 20 - SelfHost
|
||||
Host vps vps-ada
|
||||
HostName 157.22.231.198
|
||||
Port 22
|
||||
Port 3422
|
||||
User ada
|
||||
IdentityFile ~/.ssh/keys/homelab_ssh.pub
|
||||
|
||||
|
||||
@@ -3,12 +3,13 @@ Host ru-vps
|
||||
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 ~/.ssh/keys/fl-vpn.pub
|
||||
IdentityFile /home/ada/.dotfiles/ssh/.ssh/keys/fl-vpn.pub
|
||||
ProxyJump ru-vps
|
||||
ServerAliveInterval 30
|
||||
ServerAliveCountMax 3
|
||||
|
||||
Reference in New Issue
Block a user