FG
💻 Software

SSH tunnel connection refused

Fresh6 days ago
Mar 15, 202626051 views
Confidence Score0%
0%

Problem

I have a remote machine (IP XX.XX.XX.XX) which runs an app written in python/cherrypy which opens a port for http connections on the loopback interface. If I login into the remote machine (using ssh) and then execute everything works ok. But, when I set up a tunnel from my local machine using and t…

Error Output

curl http://127.0.0.1:8021

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: SSH tunnel connection refused

Low Risk

The connection from your server to XX.XX.XX.XX:8021 is refused. If a program is configured to listen on the loopback interface, it will only answer to connections on the loopback interface's addresses (127.0.0.1 and ::1), not on any other addresses …

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment