Remove setting compression in specific hosts
This commit is contained in:
parent
48cf8ce37e
commit
9a80c6f759
|
@ -166,7 +166,6 @@
|
||||||
"freia" = {
|
"freia" = {
|
||||||
user = "elitherl";
|
user = "elitherl";
|
||||||
hostname = "freia020.hpc.l";
|
hostname = "freia020.hpc.l";
|
||||||
compression = true;
|
|
||||||
localForwards = [{
|
localForwards = [{
|
||||||
bind.port = 6702;
|
bind.port = 6702;
|
||||||
host = {
|
host = {
|
||||||
|
@ -178,7 +177,6 @@
|
||||||
"heimdall" = {
|
"heimdall" = {
|
||||||
user = "elitherl";
|
user = "elitherl";
|
||||||
hostname = "heimdall003.jet.uk";
|
hostname = "heimdall003.jet.uk";
|
||||||
compression = true;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue