From a0be433fec792216ac5d9af68ec1fea6c21c7c1d Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 15 Dec 2010 14:25:54 +0000 Subject: * Disable X11 forwarding, it's not needed. --- scripts/SSH.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts') diff --git a/scripts/SSH.pm b/scripts/SSH.pm index 3b546ca522da..68f4a628b072 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; -- cgit 1.4.1