aboutsummaryrefslogtreecommitdiff
path: root/scripts/SSH.pm
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/SSH.pm')
-rw-r--r--scripts/SSH.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/SSH.pm b/scripts/SSH.pm
index 3b546ca52..68f4a628b 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;