Remove localForwards for ssh configs
This commit is contained in:
parent
4468fa1a8f
commit
6c6a6ed5d4
|
@ -115,24 +115,10 @@
|
||||||
"freia" = {
|
"freia" = {
|
||||||
user = "elitherl";
|
user = "elitherl";
|
||||||
hostname = "freia020.hpc.l";
|
hostname = "freia020.hpc.l";
|
||||||
localForwards = [{
|
|
||||||
bind.port = 5915;
|
|
||||||
host = {
|
|
||||||
address = "127.0.0.1";
|
|
||||||
port = 5915;
|
|
||||||
};
|
|
||||||
}];
|
|
||||||
};
|
};
|
||||||
"heimdall" = {
|
"heimdall" = {
|
||||||
user = "elitherl";
|
user = "elitherl";
|
||||||
hostname = "heimdall003.jet.uk";
|
hostname = "heimdall003.jet.uk";
|
||||||
localForwards = [{
|
|
||||||
bind.port = 6702;
|
|
||||||
host = {
|
|
||||||
address = "127.0.0.1";
|
|
||||||
port = 6702;
|
|
||||||
};
|
|
||||||
}];
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue