Cloudflared: Difference between revisions

Lostmsu (talk | contribs)
described how to get credentialsFile
Line 50: Line 50:
}
}
</syntaxhighlight>
</syntaxhighlight>
== Troubleshooting ==
At the moment (2025), for support of browser rendering of the tunnels, this line is required:
<syntaxhighlight lang="nix">
services.openssh.settings.Macs = [
[
  # Current defaults:
  "hmac-sha2-512-etm@openssh.com"
  "hmac-sha2-256-etm@openssh.com"
  "umac-128-etm@openssh.com"
  # Added:
  "hmac-sha2-256"
];
</syntaxhighlight>
The issue has been reported on [https://github.com/cloudflare/cloudflared/issues/1198 Github]


[[Category:Networking]]
[[Category:Networking]]