diff --git a/scripts/SSH.pm b/scripts/SSH.pm index 3b546ca522..68f4a628b0 100644 --- a/scripts/SSH.pm +++ b/scripts/SSH.pm @@ -3,6 +3,8 @@ use File::Temp qw(tempdir); our @sshOpts = split ' ', ($ENV{"NIX_SSHOPTS"} or ""); +push @sshOpts, "-x"; + my $sshStarted = 0; my $sshHost;