mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-04-01 09:40:55 +02:00
Added new machines to ssh config
This commit is contained in:
parent
cb683f0b79
commit
5d6d8fa960
1 changed files with 14 additions and 0 deletions
|
@ -36,6 +36,20 @@ with lib;
|
|||
user = "root";
|
||||
port = 45;
|
||||
};
|
||||
tower = {
|
||||
hostname = "tower.julienmalka.me";
|
||||
user = "julien";
|
||||
port = 45;
|
||||
};
|
||||
saumon = {
|
||||
hostname = "saumon.julienmalka.me";
|
||||
user = "julien";
|
||||
};
|
||||
stockly = {
|
||||
hostname = "charybdis.stockly.ai";
|
||||
user = "julien_malka";
|
||||
port = 23;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue