* Disable X11 forwarding, it's not needed.

This commit is contained in:
Eelco Dolstra 2010-12-15 14:25:54 +00:00
parent f1a6b97639
commit a0be433fec
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@ use File::Temp qw(tempdir);
our @sshOpts = split ' ', ($ENV{"NIX_SSHOPTS"} or "");
push @sshOpts, "-x";
my $sshStarted = 0;
my $sshHost;