mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-04-01 17:50:51 +02:00
changed ssh config
This commit is contained in:
parent
e0bbef57d3
commit
30628ce717
1 changed files with 2 additions and 41 deletions
|
@ -12,54 +12,15 @@ with lib;
|
||||||
programs.ssh = {
|
programs.ssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
matchBlocks = {
|
matchBlocks = {
|
||||||
newton = {
|
|
||||||
hostname = "newton.julienmalka.me";
|
|
||||||
user = "julien";
|
|
||||||
port = 45;
|
|
||||||
};
|
|
||||||
lisa = {
|
|
||||||
hostname = "lisa.julienmalka.me";
|
|
||||||
user = "julien";
|
|
||||||
port = 45;
|
|
||||||
};
|
|
||||||
newton-init = {
|
|
||||||
hostname = "newton.julienmalka.me";
|
|
||||||
user = "root";
|
|
||||||
port = 2222;
|
|
||||||
};
|
|
||||||
sas = {
|
sas = {
|
||||||
hostname = "sas.eleves.ens.fr";
|
hostname = "sas.eleves.ens.fr";
|
||||||
user = "jmalka";
|
user = "jmalka";
|
||||||
};
|
};
|
||||||
lambda = {
|
"*" = {
|
||||||
hostname = "lambda.julienmalka.me";
|
hostname = "%h.luj";
|
||||||
user = "root";
|
|
||||||
port = 45;
|
|
||||||
};
|
|
||||||
tower = {
|
|
||||||
hostname = "tower.julienmalka.me";
|
|
||||||
user = "julien";
|
user = "julien";
|
||||||
port = 45;
|
port = 45;
|
||||||
};
|
};
|
||||||
saumon = {
|
|
||||||
hostname = "saumon.julienmalka.me";
|
|
||||||
user = "julien";
|
|
||||||
};
|
|
||||||
stockly = {
|
|
||||||
hostname = "charybdis.stockly.tech";
|
|
||||||
user = "julien_malka";
|
|
||||||
port = 23;
|
|
||||||
};
|
|
||||||
router = {
|
|
||||||
hostname = "vms.julienmalka.me";
|
|
||||||
user = "julien";
|
|
||||||
};
|
|
||||||
core-security = {
|
|
||||||
hostname = "192.168.0.175";
|
|
||||||
user = "julien";
|
|
||||||
proxyJump = "router";
|
|
||||||
port = 45;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue