2022-08-08 21:43:47 +00:00
|
|
|
{
|
|
|
|
matchBlocks = {
|
2023-06-21 12:21:40 +00:00
|
|
|
"builder-tanker" = {
|
|
|
|
hostname = "tanker.ts.kempkens.network";
|
|
|
|
port = 22;
|
|
|
|
user = "root";
|
|
|
|
identityFile = "~/.ssh/Hetzner.pub";
|
|
|
|
identitiesOnly = true;
|
|
|
|
};
|
|
|
|
|
2023-04-13 16:53:40 +00:00
|
|
|
"builder-mediaserver" = {
|
|
|
|
hostname = "mediaserver.ts.kempkens.network";
|
|
|
|
port = 22;
|
|
|
|
user = "root";
|
|
|
|
identityFile = "~/.ssh/LAN.pub";
|
|
|
|
identitiesOnly = true;
|
|
|
|
};
|
2023-06-07 18:40:27 +00:00
|
|
|
|
|
|
|
"builder-argon" = {
|
|
|
|
hostname = "argon.ts.kempkens.network";
|
|
|
|
port = 22;
|
|
|
|
user = "root";
|
|
|
|
identityFile = "~/.ssh/LAN.pub";
|
|
|
|
identitiesOnly = true;
|
|
|
|
};
|
2023-06-26 11:07:19 +00:00
|
|
|
|
|
|
|
"builder-adsb-antenna" = {
|
|
|
|
hostname = "adsb-antenna.laniot";
|
|
|
|
port = 22;
|
|
|
|
user = "root";
|
|
|
|
identityFile = "~/.ssh/LAN.pub";
|
|
|
|
identitiesOnly = true;
|
|
|
|
};
|
|
|
|
|
|
|
|
"builder-weather-sdr" = {
|
|
|
|
hostname = "weather-sdr.laniot";
|
|
|
|
port = 22;
|
|
|
|
user = "root";
|
|
|
|
identityFile = "~/.ssh/LAN.pub";
|
|
|
|
identitiesOnly = true;
|
|
|
|
};
|
2022-08-08 21:43:47 +00:00
|
|
|
};
|
|
|
|
}
|