forked from lix-project/lix
* Disable X11 forwarding, it's not needed.
This commit is contained in:
parent
f1a6b97639
commit
a0be433fec
|
@ -3,6 +3,8 @@ use File::Temp qw(tempdir);
|
|||
|
||||
our @sshOpts = split ' ', ($ENV{"NIX_SSHOPTS"} or "");
|
||||
|
||||
push @sshOpts, "-x";
|
||||
|
||||
my $sshStarted = 0;
|
||||
my $sshHost;
|
||||
|
||||
|
|
Loading…
Reference in a new issue