Live data from Hacker News

Show HN: Put localhost on the internet, share dev apps or develop webhooks

localhost.run

1–8 of 8 posts

Re: Show HN: Put localhost on the internet, share dev apps or develop webhooks

#5
post #4

When I run the command ssh -R 80:localhost:8080 -p 2222 ssh.localhost.run, it is asking for the password on Windows with git bash.

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. If you follow the twitter account you'll see a tweet when it's fixed.

Re: Show HN: Put localhost on the internet, share dev apps or develop webhooks

#7
post #6
post #4

When I run the command ssh -R 80:localhost:8080 -p 2222 ssh.localhost.run, it is asking for the password on Windows with git bash.

It's fixed, please try again

When I visit the url that it gives when your run the ssh command, I'm getting Nothing connected here, check your SSH! message on Windows 10, but it works fine on Windows 7.

Re: Show HN: Put localhost on the internet, share dev apps or develop webhooks

#8
post #7
post #6

Earlier quoted context omitted.

It's fixed, please try again

When I visit the url that it gives when your run the ssh command, I'm getting Nothing connected here, check your SSH! message on Windows 10, but it works fine on Windows 7.

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.