mirror of
https://github.com/openoms/bitcoin-tutorials.git
synced 2025-12-19 04:54:18 +01:00
add reevrse ssh met
This commit is contained in:
@@ -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**.
|
||||
|
||||
Reference in New Issue
Block a user