Enable compression and forwardX11Trusted for freia & heimdall
This commit is contained in:
parent
14d8fba769
commit
36372fa0ba
|
@ -32,10 +32,14 @@
|
||||||
"freia" = {
|
"freia" = {
|
||||||
user = "elitherl";
|
user = "elitherl";
|
||||||
hostname = "freia027.hpc.l";
|
hostname = "freia027.hpc.l";
|
||||||
|
compression = true;
|
||||||
|
forwardX11Trusted = true;
|
||||||
};
|
};
|
||||||
"heimdall" = {
|
"heimdall" = {
|
||||||
user = "elitherl";
|
user = "elitherl";
|
||||||
hostname = "10.40.4.115";
|
hostname = "10.40.4.115"; # heimdall115.jetdata.eu
|
||||||
|
compression = true;
|
||||||
|
forwardX11Trusted = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue