Improve SSH access docs and document Newt auth env vars

This commit is contained in:
Laurence
2026-04-01 15:52:55 +01:00
parent fc026f55eb
commit 1063d10ac9
2 changed files with 127 additions and 160 deletions

View File

@@ -205,6 +205,16 @@ When both environment variables and CLI arguments are provided, CLI arguments ta
Newt secret for authentication (equivalent to `--secret`)
</ResponseField>
<ResponseField name="AUTH_DAEMON_ENABLED" type="boolean">
Enable Newt's built-in auth daemon mode (equivalent to `--auth-daemon`).
**Default**: `false`
</ResponseField>
<ResponseField name="AD_KEY" type="string">
Pre-shared key used to authenticate external auth daemons to Newt (equivalent to `--ad-pre-shared-key`)
</ResponseField>
<ResponseField name="PORT" type="integer">
Port for the peers to connect to Newt on (equivalent to `--port`)
</ResponseField>