added ssh machines

This commit is contained in:
Julien Malka 2023-09-10 15:20:05 +02:00
parent 475799a1a1
commit 3c8db834cc
Signed by: Luj
GPG key ID: 6FC74C847011FD83

View file

@ -26,6 +26,28 @@ with lib;
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";
};
};
};
};