SSH: add local forwarding to heimdall, change port for freia to avoid clash

This commit is contained in:
Evie Litherland-Smith 2024-01-14 14:38:40 +00:00
parent 9ccaee7f5e
commit 892cc20fd1

View file

@ -116,16 +116,23 @@
user = "elitherl";
hostname = "freia020.hpc.l";
localForwards = [{
bind.port = 6702;
bind.port = 5915;
host = {
address = "127.0.0.1";
port = 6702;
port = 5915;
};
}];
};
"heimdall" = {
user = "elitherl";
hostname = "heimdall003.jet.uk";
localForwards = [{
bind.port = 6702;
host = {
address = "127.0.0.1";
port = 6702;
};
}];
};
};
};