fix: updating the ssh port for the vps
This commit is contained in:
parent
c7633989cd
commit
5f096faf45
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
||||||
vps = {
|
vps = {
|
||||||
hostname = "vps.ccnlc.eu";
|
hostname = "vps.ccnlc.eu";
|
||||||
user = "root";
|
user = "root";
|
||||||
port = 22;
|
port = 56528;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue