Fix SSH port to 2222; add HTTP validation server as alternative

This commit is contained in:
2026-03-30 19:11:04 -04:00
parent c4c57a1dab
commit b9b4e2b22b
4 changed files with 161 additions and 2 deletions
+2 -2
View File
@@ -23,8 +23,8 @@
{
"parameters": {
"authentication": "password",
"host": "localhost",
"port": 22,
"host": "127.0.0.1",
"port": 2222,
"username": "garfield",
"password": "=onelove01",
"command": "/home/garfield/mql-trading-bots/scripts/validate-settings.sh"