feat: add shan to ssh config
This commit is contained in:
parent
802ede5d71
commit
eb2868ee5f
1 changed files with 7 additions and 2 deletions
|
@ -9,15 +9,20 @@
|
||||||
port = 22;
|
port = 22;
|
||||||
};
|
};
|
||||||
dockervm = {
|
dockervm = {
|
||||||
hostname = "192.168.178.67";
|
hostname = "192.168.178.22";
|
||||||
user = "nydragon";
|
user = "nydragon";
|
||||||
port = 22;
|
port = 22;
|
||||||
};
|
};
|
||||||
vps = {
|
raptus = {
|
||||||
hostname = "vps.ccnlc.eu";
|
hostname = "vps.ccnlc.eu";
|
||||||
user = "root";
|
user = "root";
|
||||||
port = 56528;
|
port = 56528;
|
||||||
};
|
};
|
||||||
|
shan = {
|
||||||
|
hostname = "192.168.178.27";
|
||||||
|
user = "root";
|
||||||
|
port = 22;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue