From f348a125865a693a19e1dd022b631bdc730cc9ad Mon Sep 17 00:00:00 2001 From: fruchti Date: Fri, 4 Jul 2025 09:15:52 +0200 Subject: [PATCH] Emitter: Ping Rupert twice before backup --- hosts/Emitter.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/Emitter.nix b/hosts/Emitter.nix index 2db269a..8c896e4 100644 --- a/hosts/Emitter.nix +++ b/hosts/Emitter.nix @@ -100,7 +100,7 @@ set -e echo "Ensuring rupert.gvfr.de is up." ${pkgs.dig}/bin/nslookup rupert.gvfr.de - ${pkgs.unixtools.ping}/bin/ping -c1 rupert.gvfr.de >/dev/null + ${pkgs.unixtools.ping}/bin/ping -c2 rupert.gvfr.de echo "Opening SSH tunnel." ${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."