SSH: add local forwarding to heimdall, change port for freia to avoid clash
This commit is contained in:
parent
9ccaee7f5e
commit
892cc20fd1
|
@ -116,16 +116,23 @@
|
||||||
user = "elitherl";
|
user = "elitherl";
|
||||||
hostname = "freia020.hpc.l";
|
hostname = "freia020.hpc.l";
|
||||||
localForwards = [{
|
localForwards = [{
|
||||||
bind.port = 6702;
|
bind.port = 5915;
|
||||||
host = {
|
host = {
|
||||||
address = "127.0.0.1";
|
address = "127.0.0.1";
|
||||||
port = 6702;
|
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