[bisq-network/bisq] Unsupported private_key algorithm (#3304)

gfuce notifications at github.com
Fri Mar 27 13:26:46 UTC 2020


For anybody getting "Failed to decode RSA key", this is caused when using an external Tor version >0.4.2.3-alpha. Newer Tor daemon versions automatically give a V3 private key (ED25519) when a hidden service is requested via the `ADD_ONION NEW:BEST` control protocol command (which Bisq uses on it's first run to generate a HS private key).

I was able to workaround this by manually generating a V2 (RSA1024) key with (replacing `$BISK_DATA_DIR` with your data dir location):

```console
ssh-keygen -t rsa -f $BISK_DATA_DIR/btc_mainnet/tor/hiddenservice/private_key -b 1024
```


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/issues/3304#issuecomment-604999565
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20200327/32706656/attachment.html>


More information about the bisq-github mailing list