Remove localForwards for ssh configs

This commit is contained in:
Evie Litherland-Smith 2024-01-15 07:59:37 +00:00
parent 4468fa1a8f
commit 6c6a6ed5d4

View file

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