mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-31 09:10:51 +02:00
added ssh machines
This commit is contained in:
parent
475799a1a1
commit
3c8db834cc
1 changed files with 22 additions and 0 deletions
|
@ -26,6 +26,28 @@ with lib;
|
||||||
proxyJump = "router";
|
proxyJump = "router";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
proxy-telecom = {
|
||||||
|
hostname = "ssh.enst.fr";
|
||||||
|
user = "jmalka";
|
||||||
|
};
|
||||||
|
|
||||||
|
lame24 = {
|
||||||
|
hostname = "lame24.enst.fr";
|
||||||
|
user = "jmalka";
|
||||||
|
proxyJump = "proxy-telecom";
|
||||||
|
};
|
||||||
|
|
||||||
|
epyc = {
|
||||||
|
hostname = "epyc.infra.newtype.fr";
|
||||||
|
user = "luj";
|
||||||
|
proxyJump = "tower";
|
||||||
|
};
|
||||||
|
|
||||||
|
exps = {
|
||||||
|
hostname = "192.168.0.240";
|
||||||
|
proxyJump = "router";
|
||||||
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue