Skip to content

OpenWrt RMM Server 0.10.2

Choose a tag to compare

@github-actions github-actions released this 20 Aug 20:56
· 8 commits to main since this release
server-v0.10.2
15f6790

Secure tunnel authorization compatibility hotfix.

Fixed

  • The SSH sidecar now materializes its internal authorization token and endpoint in protected
    runtime files because OpenSSH intentionally sanitizes the AuthorizedKeysCommand environment.
  • Per-device tunnel authentication no longer fails before contacting the server with
    Permission denied (publickey) after secure mode is enabled.

Security

  • Runtime authorization files remain root-owned, are group-readable only by the unprivileged
    command user, and use mode 0440 inside a 0750 directory.
  • The token and authorization URL are removed from the long-running sshd process environment.
  • The legacy shared-key file remains empty whenever secure per-device authorization is enabled.

Validation

  • A regression test invokes the authorization helper with a sanitized environment and verifies
    the exact bearer-token and key-fingerprint request without making a network call.