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.

Hosted reverse tunnel to your SSH server; uses nothing but SSH

3 pointsby trevordixonalmost 7 years ago

2 comments

trevordixonalmost 7 years ago
Serveo is my side project. It&#x27;s similar to ngrok, but only uses SSH as the client.<p>With this feature, you can set up a reverse tunnel to an SSH server:<p>ssh -R my-alias:22:localhost:22 serveo.net (on the machine where sshd is running)<p>Then conveniently connect to it over the internet:<p>ssh -J serveo.net user@my-alias
chupasaurusalmost 7 years ago
&quot;Show HN&quot; should be added.