Viewing profile — tommyvan
tommyvan
HN member- Joined
- Mon, Apr 03, 2017, 5:00 PM UTC
- HN karma
- 17
- Public activity
- 16 items
- HN profile
- View on Hacker News ↗
About tommyvan
No profile information was provided.
Recent public activity
-
comment
Comment #26537787
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 tunn…
-
comment
Comment #26534280
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 loca…
-
comment
Comment #26533944
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…
- story
-
comment
Comment #26433299
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 wil…
-
comment
Comment #26427807
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.
-
comment
Comment #26421403
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 alre…
- story
-
comment
Comment #24905809
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 …
-
comment
Comment #24905774
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 …
-
comment
Comment #24905728
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:local…
-
comment
Comment #14074430
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'…
-
comment
Comment #14040812
It's fixed, please try again
-
comment
Comment #14040479
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 …
-
comment
Comment #14035940
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.
- story