ssh: update hosts list
This commit is contained in:
parent
7ab7a3459a
commit
4cd1e7cab1
|
@ -11,7 +11,12 @@ in {
|
||||||
};
|
};
|
||||||
ghost = {
|
ghost = {
|
||||||
user = "root";
|
user = "root";
|
||||||
hostname = "lelgenio.xyz";
|
hostname = "ghost.lelgenio.xyz";
|
||||||
|
port = 9022;
|
||||||
|
};
|
||||||
|
phantom = {
|
||||||
|
user = "root";
|
||||||
|
hostname = "phantom.lelgenio.xyz";
|
||||||
port = 9022;
|
port = 9022;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue