TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Serveo–Port forwarding a la ngrok using SSH, with HTTP inspect/replay

2 pointsby trevordixonalmost 8 years ago

1 comment

trevordixonalmost 8 years ago
When you make an SSH connection to serveo.net and request remote forwarding, a subdomain is assigned, and traffic to that address is forwarded to your local server (like ngrok).<p>Use it like this: ssh -R 80:localhost:8080 serveo.net<p>The main difference is the use of the SSH client, so there&#x27;s nothing to install.<p>Like ngrok, it can also do HTTP inspection and replay using a terminal GUI launchable after SSH is connected.