--keyfile documentation is incorrect
Author: daethnirCreated Feb 6, 2024Updated Jul 17, 2026
The --keyfile expects a file containing a chiselKey (ECDSA key starting with "ck-") or the chiselKey itself as an argument.
Documentation indicated you could supplying it a base64 encoded version of chiselKey, but that's not what the code expects today at least.
Pull request: https://github.com/jpillora/chisel/pull/461
Source: jpillora/chisel