Tip: Accessing Remote Deepseek Harness via SSH Port Forwarding

Lumpy_Phase_9539 · reddit · 2026-08-23

Addressing the limitation that Deepseek Harness only allows localhost access (127.0.0.1), the author provides a specific SSH command solution. By using ssh -L 3080:127.0.0.1:3080 user@deepseek-remote-ip, users can map the remote server's port 3080 to their local machine, allowing access to the remote instance via http://127.0.0.1:3080 in a local browser.

Original post →

More from coding & agent

coding & agent channel →