Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
tommyvan
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
tommyvan
5y ago
i use an amazing ssh library called asyncssh, altho I've had to go very low level in it to scale beyond a single instance so my code looks quite different to the examples. ssh tunnels are a part of the ssh spec, like most of what you &
2.
▲
by
tommyvan
5y ago
heya good question! there's a few players in this space and I'd encourage anyone to look around to find the one best suited to their workflow, they're all great tools. I wrote localhost.run as a natural evolution from a SSH r
3.
▲
by
tommyvan
5y ago
Start a webapp, it can be a react frontend, nodejs, python's flask, ror, anything, listening on port 3000 and run "ssh -R 80:localhost:3000 nokey@localhost.run" on the command line. You'll get an internet accessible URL
4.
▲
Show HN: Put Localhost on the Internet Instantly
(localhost.run)
27 points
by
tommyvan
5y ago
|
7 comments
5.
▲
by
tommyvan
6y ago
Thanks for trying it and for such a detailed response! That host check prompt is a SSH security feature, it will only ask you the first time to accept the key and after that it will only check that the key hasn't changed, to verify no
6.
▲
by
tommyvan
6y ago
i'll make that clearer, thanks for the tip! to answer immediately tho, it's a similar shape, https://?????.localhost.run , and it is printed out when you run the command.
7.
▲
by
tommyvan
6y ago
hello, my name is Tom. I wrote localhost.run to help me quickly and easily work on webhooks and collaborate on web apps. It uses the SSH protocol, the 3 main operating systems already have clients installed for this, which means you can us
8.
▲
Show HN: Put localhost on the internet without signup or client download
(localhost.run)
8 points
by
tommyvan
6y ago
|
6 comments
9.
▲
by
tommyvan
6y ago
does anyone know what happened to serveo BTW? As happy as i am to welcome peeps onto localhost.run it's sad to see peeps in this space disappear, especially peeps that like SSH as much as I do. I read a medium article about serveo afte
10.
▲
by
tommyvan
6y ago
A few years ago I wrote a custom SSH server to do exactly this, but for webhook development rather than tunneling to a pi. other peeps found it useful so it's turned into a bit of a side project. If you want to have a go before spendin
11.
▲
by
tommyvan
6y ago
I've seen a few servo refugees recently land on my service, https://localhost.run/ I didn't get to try serveo before it ended but I _think_ I do something similar, "ssh -R 80:localhost:8080 ssh.localhost.run&
12.
▲
by
tommyvan
9y ago
I'm trying to source a windows 10 machine to test it on because I can't duplicate your problem on my development environment I'm afraid. Watch this space, I'll drop a reply once I've figured out what's up.
13.
▲
by
tommyvan
9y ago
It's fixed, please try again
14.
▲
by
tommyvan
9y ago
Oversight on my part, my bad. Currently it requires an SSH key to work. A quick fix if you want to try it out is run "ssh-keygen -t rsa" to generate a key pair and try again. I'll look into allowing keyless access this week.
15.
▲
by
tommyvan
9y ago
yeah, that's the next item on my todo list. If you follow the twitter account from the website I'll drop a tweet when it's on https.
16.
▲
Show HN: Put localhost on the internet, share dev apps or develop webhooks
(localhost.run)
10 points
by
tommyvan
9y ago
|
7 comments