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.
More from coding & agent
- Software Engineering Shifts from Augmentation to AI Agents — Pavan_Belagatti · 2026-08-23
- AgentUptime: Verifying if Agent "Done" Actually Happened — singed_of_a_down3 · 2026-08-23
- Most Useful AI Agent: Client Research and Workflow Insights — Jack2win · 2026-08-23
- Microsoft Paper Shows AI Agents Lose Negotiations for Being Too Polite — rohanpaul_ai · 2026-08-23
- Matt Pocock integrates Remotion into his video editor, making effects AI-editable — mattpocockuk · 2026-08-23
- Relying on system prompts for LLM tool security is dangerously insufficient — Loud-Ad-5852 · 2026-08-23