ssh: update hosts list
This commit is contained in:
parent
7ab7a3459a
commit
4cd1e7cab1
1 changed files with 6 additions and 1 deletions
|
@ -11,7 +11,12 @@ in {
|
|||
};
|
||||
ghost = {
|
||||
user = "root";
|
||||
hostname = "lelgenio.xyz";
|
||||
hostname = "ghost.lelgenio.xyz";
|
||||
port = 9022;
|
||||
};
|
||||
phantom = {
|
||||
user = "root";
|
||||
hostname = "phantom.lelgenio.xyz";
|
||||
port = 9022;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue