2022-08-08 21:43:47 +00:00
|
|
|
{
|
|
|
|
matchBlocks = {
|
|
|
|
"builder-sail" = {
|
2023-04-04 15:20:09 +00:00
|
|
|
hostname = "sail-ts.kempkens.io";
|
|
|
|
port = 22;
|
|
|
|
user = "root";
|
|
|
|
identityFile = "~/.ssh/Hetzner.pub";
|
|
|
|
identitiesOnly = true;
|
|
|
|
};
|
|
|
|
|
|
|
|
"builder-attic" = {
|
|
|
|
hostname = "100.76.233.31";
|
2022-08-08 21:43:47 +00:00
|
|
|
port = 22;
|
|
|
|
user = "root";
|
|
|
|
identityFile = "~/.ssh/Hetzner.pub";
|
|
|
|
identitiesOnly = true;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
}
|