diff --git a/json/hermesagent.json b/json/hermesagent.json index af5930a2..8e4ece5e 100644 --- a/json/hermesagent.json +++ b/json/hermesagent.json @@ -28,7 +28,7 @@ } ], "default_credentials": { - "username": "hermes", + "username": null, "password": null }, "notes": [ @@ -37,7 +37,7 @@ "type": "warning" }, { - "text": "After container startup, SSH in as the 'hermes' user and run 'hermes setup' to configure your LLM provider (OpenRouter, Anthropic, OpenAI, Nous Portal, or custom endpoint).", + "text": "After container startup, SSH in as root and run 'hermes setup' to configure your LLM provider (OpenRouter, Anthropic, OpenAI, Nous Portal, or custom endpoint).", "type": "info" }, { @@ -45,7 +45,7 @@ "type": "info" }, { - "text": "Access the web dashboard via SSH tunnel: ssh -L 9119:localhost:9119 hermes@, then open http://localhost:9119", + "text": "Access the web dashboard via SSH tunnel: ssh -fNL 9119:localhost:9119 root@, then open http://localhost:9119", "type": "info" } ]