From 366abef106debf22e18cbb138a0a067e39a3f212 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Sun, 18 Feb 2024 10:19:06 +0530 Subject: hosts/lia/sshfwd/mkFwdSrv: set ExitOnForwardFailure --- hosts/lia/modules/sshfwd.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'hosts/lia') diff --git a/hosts/lia/modules/sshfwd.nix b/hosts/lia/modules/sshfwd.nix index 74e62da..3c7c006 100644 --- a/hosts/lia/modules/sshfwd.nix +++ b/hosts/lia/modules/sshfwd.nix @@ -22,6 +22,7 @@ ${pkgs.openssh}/bin/ssh -N ${remote_user}@${remote} -p ${toString ssh_port} \ -R '[::]:${toString remote_port}:127.0.0.1:${toString local_port}' \ -o ServerAliveInterval=15 \ + -o ExitOnForwardFailure=yes \ -i ${key} ''; -- cgit v1.2.3