enforce proxy for borg backup
This commit is contained in:
parent
52fefb914b
commit
d8f8b6153a
1 changed files with 1 additions and 7 deletions
|
|
@ -54,17 +54,11 @@
|
||||||
identityFile = "~/Credentials/ssh_keys/hetzner";
|
identityFile = "~/Credentials/ssh_keys/hetzner";
|
||||||
};
|
};
|
||||||
|
|
||||||
"backup-box" = {
|
|
||||||
hostname = "u515619.your-storagebox.de";
|
|
||||||
user = "u515619";
|
|
||||||
identityFile = "~/Credentials/ssh_keys/hetzner";
|
|
||||||
port = 23;
|
|
||||||
};
|
|
||||||
|
|
||||||
"borg-server" = {
|
"borg-server" = {
|
||||||
hostname = "vpn.thinkpad.yanlincs.com";
|
hostname = "vpn.thinkpad.yanlincs.com";
|
||||||
user = "borg";
|
user = "borg";
|
||||||
identityFile = "~/Credentials/ssh_keys/thinkpad";
|
identityFile = "~/Credentials/ssh_keys/thinkpad";
|
||||||
|
proxyJump = "vps";
|
||||||
};
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue