From df05a97d248a8c9da953d600a67c2e79c8cef472 Mon Sep 17 00:00:00 2001 From: bluecell296 <43343391+openoms@users.noreply.github.com> Date: Thu, 11 Jul 2019 17:19:17 +0100 Subject: [PATCH] add reevrse ssh met --- electrs/README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/electrs/README.md b/electrs/README.md index 4fd111d..8405485 100644 --- a/electrs/README.md +++ b/electrs/README.md @@ -27,7 +27,7 @@ To restart electrs manually run (with your PASSWORD_B filled in) or install the For an unencrypted TCP connection (suitable inside a secure LAN): `electrum --oneserver --server RASPIBLITZ_IP:50001:t` -To connect through SSL (requires to set up the Nginx server): +To connect through SSL (requires setting up the Nginx server): `electrum --oneserver --server YOUR_DOMAIN:50002:s` --- @@ -47,6 +47,16 @@ To stop running on boot: `$ sudo systemctl disable electrs` (To re-enable and start use the `enable` and `start`commands) +--- + +To connect remotely to Electrs there is a encrypted connection needed. +See the guide from @cryptomulde to connect to a VPS through a reverse ssh tunnel: https://medium.com/@cryptomulde/private-electrum-server-electrs-for-your-raspiblitz-full-node-without-forwarding-ports-417e4c3af975 + +The more secure option is to continue with setting up the SSL connection as described in the next section. + +--- + + ## RaspiBlitz: install Nginx and Certbot to connect over SSL For the SSL certificate to be obtained successfully a **dynamic DNS** and **port forwarding is necessary**.