mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-30 16:50:58 +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 = {
|
||||
enable = true;
|
||||
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 = {
|
||||
hostname = "sas.eleves.ens.fr";
|
||||
user = "jmalka";
|
||||
};
|
||||
lambda = {
|
||||
hostname = "lambda.julienmalka.me";
|
||||
user = "root";
|
||||
port = 45;
|
||||
};
|
||||
tower = {
|
||||
hostname = "tower.julienmalka.me";
|
||||
"*" = {
|
||||
hostname = "%h.luj";
|
||||
user = "julien";
|
||||
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