add hosts to ssh
This commit is contained in:
parent
6ac5b12bc3
commit
0261c84d62
|
@ -54,6 +54,15 @@
|
||||||
hostname = "195.160.172.36";
|
hostname = "195.160.172.36";
|
||||||
user = "root";
|
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;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue