This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| ssh_tunneling [03/17/2026 16:14] – ironfixxxer | ssh_tunneling [03/17/2026 16:17] (current) – ironfixxxer | ||
|---|---|---|---|
| Line 4: | Line 4: | ||
| Users can use a remote node on their network or outside of their network by creating an SSH tunnel into that system. Below is how to do this from a Linux system but you can also do the same from a PowerShell on Windows or from the Terminal on MacOS. | Users can use a remote node on their network or outside of their network by creating an SSH tunnel into that system. Below is how to do this from a Linux system but you can also do the same from a PowerShell on Windows or from the Terminal on MacOS. | ||
| + | |||
| + | If the system you run your node on uses a software firewall like UFW, you'll need to enable port 22 for SSH access. | ||
| For outside network connections, | For outside network connections, | ||