diff options
| author | Christophe Besson <cbesson@gmail.com> | 2026-08-24 16:25:34 +0200 |
|---|---|---|
| committer | Christophe Besson <cbesson@gmail.com> | 2026-08-24 16:25:34 +0200 |
| commit | 50dcfd72fb9f4e91692daf19696ac00b8ed08f65 (patch) | |
| tree | ed951a15df7d1c2db4f86bb47797f91e49cc0eb5 /man/meshbay-node.1 | |
| parent | d374f8c33b74d3b08fc56ab8bcf8d5844c5585b2 (diff) | |
| download | meshbay-50dcfd72fb9f4e91692daf19696ac00b8ed08f65.tar.gz | |
docs: drop stale MESHBAY_PASSWORD from meshbay-node(1)
Found during review: the node authenticates to the hub with its own
Ed25519 identity key, not a password (per meshbay-node-user.service's own
comment) — MESHBAY_PASSWORD isn't read anywhere in the node's source. The
man page and the system-wide meshbay-node.service unit both still claimed
it was a real hub-login secret; fixing the man page here since that's this
branch's concern, the stale service-file comment is a separate, pre-existing
issue.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01LAmyXtc6dAADsH23ydXQpY
Diffstat (limited to 'man/meshbay-node.1')
| -rw-r--r-- | man/meshbay-node.1 | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/man/meshbay-node.1 b/man/meshbay-node.1 index 9d869ae..8ccef2e 100644 --- a/man/meshbay-node.1 +++ b/man/meshbay-node.1 @@ -393,11 +393,6 @@ Keystore passphrase for unattended startup (alternative to .BR unlock_file ). . .TP -.B MESHBAY_PASSWORD -Hub login password (used by the systemd service via -.IR node.env ). -. -.TP .B MESHBAY_TMDB_DEFAULT_TOKEN TMDB API token for the Videos app metadata enrichment (optional). . @@ -409,10 +404,11 @@ Default configuration file. .TP .I ~/.config/meshbay/node.env Environment file read by the systemd service. Contains secrets such as -.BR MESHBAY_PASSWORD , -.BR MESHBAY_UNLOCK_KEY , -and optionally +.BR MESHBAY_UNLOCK_KEY +and, optionally, .BR MESHBAY_TMDB_DEFAULT_TOKEN . +The node authenticates to the hub with its own Ed25519 identity key, not a +password, so no hub credential lives here. . .TP .I ~/.config/meshbay/keystore.enc |