Change freia node in ssh config
This commit is contained in:
parent
b9c31ed2ec
commit
405b9ae8c6
|
@ -8,7 +8,6 @@
|
||||||
programs.ssh.matchBlocks = {
|
programs.ssh.matchBlocks = {
|
||||||
"git.ccfe.ac.uk" = {user = "git";};
|
"git.ccfe.ac.uk" = {user = "git";};
|
||||||
"jupyter" = {
|
"jupyter" = {
|
||||||
hostname = "freia022.hpc.l";
|
|
||||||
localForwards = [
|
localForwards = [
|
||||||
{
|
{
|
||||||
bind.port = 6702;
|
bind.port = 6702;
|
||||||
|
@ -17,13 +16,13 @@
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
"freia" = {hostname = "freia022.hpc.l";};
|
"freia jupyter" = {hostname = "freia020.hpc.l";};
|
||||||
"freia???" = lib.hm.dag.entryAfter ["freia"] {hostname = "%h.hpc.l";};
|
"freia???" = lib.hm.dag.entryAfter ["freia"] {hostname = "%h.hpc.l";};
|
||||||
"heimdall" = {hostname = "heimdall003.jet.uk";};
|
"heimdall" = {hostname = "heimdall003.jet.uk";};
|
||||||
"heimdall???" = lib.hm.dag.entryAfter ["heimdall"] {hostname = "%h.jet.uk";};
|
"heimdall???" = lib.hm.dag.entryAfter ["heimdall"] {hostname = "%h.jet.uk";};
|
||||||
"freia* jupyter" = lib.hm.dag.entryAfter [
|
"freia* jupyter" = lib.hm.dag.entryAfter [
|
||||||
"jupyter"
|
"jupyter"
|
||||||
"freia"
|
"freia jupyter"
|
||||||
"freia???"
|
"freia???"
|
||||||
"heimdall"
|
"heimdall"
|
||||||
"heimdall???"
|
"heimdall???"
|
||||||
|
|
Loading…
Reference in a new issue