Localhost Tunnel Notes

long-tail guide · niche cluster

Access Steel Browser CDP Only via SSH Tunnel

Remote browser APIs are useful. Public CDP ports are not. Bind Steel to loopback, tunnel in, call from the Mac.

Target shape

Tunnel

ssh -N -L 3000:127.0.0.1:3000 -L 9223:127.0.0.1:9223 user@vps

Verify bind on VPS

ss -lntp | grep -E ':(3000|9223)\b'

You want 127.0.0.1, not 0.0.0.0.

Why this ranks as a niche page

People search the product name + “tunnel” / “localhost” / “CDP” after they hit connection errors. One checklist page captures that intent.