From 1e84717fd6b93d3dfd90b5d148734dcdeb1f52f2 Mon Sep 17 00:00:00 2001 From: fruchti Date: Fri, 7 Mar 2025 08:38:10 +0100 Subject: [PATCH] Emitter: Ensure IPv6 for burp backups to Rupert --- hosts/Emitter.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/Emitter.nix b/hosts/Emitter.nix index 6ec357e..f0e9c2a 100644 --- a/hosts/Emitter.nix +++ b/hosts/Emitter.nix @@ -102,7 +102,7 @@ ${pkgs.dig}/bin/nslookup rupert.gvfr.de ${pkgs.unixtools.ping}/bin/ping -c1 rupert.gvfr.de >/dev/null echo "Opening SSH tunnel." - ${pkgs.openssh}/bin/ssh -i /secrets/id_burp_remote -o IdentitiesOnly=yes -o ExitOnForwardFailure=yes -L 4971:localhost:4971 burp-remote@rupert.gvfr.de -f true + ${pkgs.openssh}/bin/ssh -6 -i /secrets/id_burp_remote -o IdentitiesOnly=yes -o ExitOnForwardFailure=yes -L 4971:localhost:4971 burp-remote@rupert.gvfr.de -f true echo "Beginning backup operation." $out/sbin/burp-untunneled \$@ EOF