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–Expose local servers using only SSH

62 pointsby trevordixonalmost 8 years ago

7 comments

trevordixonalmost 8 years ago
Inspired by <a href="https:&#x2F;&#x2F;medium.com&#x2F;@shazow&#x2F;ssh-how-does-it-even-9e43586e4ffc" rel="nofollow">https:&#x2F;&#x2F;medium.com&#x2F;@shazow&#x2F;ssh-how-does-it-even-9e43586e4ffc</a> and ngrok, I made this SSH server that assigns a public url for each remote port forwarding request you make. Start a web server on 8080, then try this:<p>ssh -R 80:localhost:8080 serveo.net<p>It&#x27;s an attempt to make port forwarding as easy as ngrok or localtunnel, but using the SSH client you already have.<p>Also includes HTTP inspection and replay like ngrok.
评论 #14846111 未加载
thinxeralmost 8 years ago
The site is using Let&#x27;s Encrypt for https. Currently there is a hard limit of 2000 subdomains per week, meaning there will be at most 2000 simultaneous connections!<p>It seems that Wildcard support is coming Jan 2018.
评论 #14847256 未加载
skangaalmost 8 years ago
Looks interesting. Somehow it would not work on a image file.
评论 #14846254 未加载
fishnchipsalmost 8 years ago
Great job! Have you considered adding HTTPS support?
评论 #14846242 未加载
评论 #14846025 未加载
chaz6almost 8 years ago
I like it!<p>Edit: How about support for HTTP&#x2F;2 and TLS 1.3?
评论 #14846317 未加载
dr_faustusalmost 8 years ago
would you consider open sourcing this?
评论 #14847510 未加载
kodfodraszalmost 8 years ago
I cannot see a privacy policy, or any statement regarding the handling of the data flowing through this tool, nor any code which could be audited.
评论 #14846820 未加载