2022-08-08 23:43:47 +02:00
|
|
|
{
|
|
|
|
matchBlocks = {
|
2023-06-21 14:21:40 +02:00
|
|
|
"builder-tanker" = {
|
|
|
|
hostname = "tanker.ts.kempkens.network";
|
|
|
|
port = 22;
|
|
|
|
user = "root";
|
|
|
|
identityFile = "~/.ssh/Hetzner.pub";
|
|
|
|
identitiesOnly = true;
|
|
|
|
};
|
|
|
|
|
2023-04-13 18:53:40 +02:00
|
|
|
"builder-mediaserver" = {
|
|
|
|
hostname = "mediaserver.ts.kempkens.network";
|
|
|
|
port = 22;
|
|
|
|
user = "root";
|
|
|
|
identityFile = "~/.ssh/LAN.pub";
|
|
|
|
identitiesOnly = true;
|
|
|
|
};
|
2023-06-07 20:40:27 +02:00
|
|
|
|
|
|
|
"builder-argon" = {
|
|
|
|
hostname = "argon.ts.kempkens.network";
|
|
|
|
port = 22;
|
|
|
|
user = "root";
|
|
|
|
identityFile = "~/.ssh/LAN.pub";
|
|
|
|
identitiesOnly = true;
|
|
|
|
};
|
2023-06-26 13:07:19 +02: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 23:43:47 +02:00
|
|
|
};
|
|
|
|
}
|