explain jump host

Signed-off-by: Kiara Grouwstra <kiara@procolix.eu>
This commit is contained in:
Kiara Grouwstra 2025-10-25 21:03:40 +02:00
parent 14c2f83bec
commit f4d2c3174c
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU

View file

@ -34,6 +34,8 @@ let
inherit (import ./constants.nix) pathToRoot;
nodeName = "pve";
targetSystem = system;
# for the test use the proxmox host as jump host,
# as we have no static IPs the deployer can reach the deployed VM on
sshOpts = [
"ProxyCommand=ssh -W %h:%p pve"
];