add hosts to ssh

This commit is contained in:
Vinzenz Schroeter 2025-06-07 23:07:44 +02:00
parent 6ac5b12bc3
commit 0261c84d62

View file

@ -54,6 +54,15 @@
hostname = "195.160.172.36";
user = "root";
};
"cccb.zerforschen.plus" = {
hostname = "2a01:4f8:c013:cbdd::1";
user = "root";
};
"berlin.ccc.de" = {
hostname = "195.160.173.9";
user = "deploy";
port = 31337;
};
};
};
}