ssh: client set port to 2201 for void

This commit is contained in:
Khaïs COLIN 2025-04-12 16:38:52 +02:00
parent 5c131556b1
commit 59f713bed0
Signed by: logistic-bot
SSH key fingerprint: SHA256:3zI3/tx0ZpCLHCLPmEaGR4oeYCPMCzQxXhXutBmtOAU

View file

@ -232,6 +232,18 @@ in {
hostname = "109.199.126.230"; hostname = "109.199.126.230";
user = "root"; user = "root";
}; };
"*.005540.xyz" = {
port = 2201;
};
"005540.xyz" = {
port = 2201;
};
"void" = {
port = 2201;
};
"void.hummingbird-stork.ts.net" = {
port = 2201;
};
}; };
}; };