added proper ssh listen port

This commit is contained in:
Ifrahim Ansari 2026-02-15 11:18:48 -05:00
parent 6491e91ec5
commit fe3462d254

View file

@ -90,6 +90,7 @@
server = { server = {
ROOT_URL = "https://git.ifrahim.dev"; ROOT_URL = "https://git.ifrahim.dev";
SSH_PORT = 2222; SSH_PORT = 2222;
SSH_LISTEN_PORT = 2222;
}; };
}; };
}; };