Live data from Hacker News

Show HN: Quick tunnels to localhost with one command and no binary download

pinggy.io

11–20 of 46 posts

Re: Show HN: Quick tunnels to localhost with one command and no binary download

#11
post #9

One of the ways to extend the functionality of the service without requiring a binary client is to present a text UI over ssh.

Thank a lot for this pointer. We are trying to find out a safe way of enabling a text UI through ssh.

Re: Show HN: Quick tunnels to localhost with one command and no binary download

#12
This is a great project! Maybe add traffic payments? E.g. in the free plan will be 1GB/month and in the paid plan will be more. Because now anyone can use your server without limits. In the paid plan, the user could also set his own subdomain.

PS. I wonder why such an interesting project has so few upvotes.

Re: Show HN: Quick tunnels to localhost with one command and no binary download

#13
post #12

This is a great project! Maybe add traffic payments? E.g. in the free plan will be 1GB/month and in the paid plan will be more. Because now anyone can use your server without limits. In the paid plan, the user could also set his own subdomain. PS. I wonder why such an interesting project has so few upvotes.

Thank you for your encouraging words. Indeed we will gradually introduce paid tiers. Pinggy is in alpha stage. With your feedback we will work towards a mature offering.

Re: Show HN: Quick tunnels to localhost with one command and no binary download

#16

Great project! Would've been even more awesome if you could also print the access log or somehow print that ncurses UI on the SSH tunnel output as well.

The access log is available if you use the Pinggy client binary. We are working to make this available through ssh also. Will keep you posted if you sign up. Thanks for the suggestions, really appreciate it!

Re: Show HN: Quick tunnels to localhost with one command and no binary download

#19
post #18

Looks great, but you should add an explanation about how it works. I’m hesitant to just run some command.

Good point. It opens a SSH tunnel from Pinggy server to your localhost, such that the pinggy server can connect to only the port of your localhost that you specify in the command. The ssh port forwarding command is a standard one and your ssh client ensures that the access is restricted to the port you are specifically exposing.

In other words, you are trusting your own system and your ssh client installation for security, which is more trustworthy than a random executable app downloaded from the internet.

We will include an explanation in the next version of our landing page. Appreciate your feedback!

Re: Show HN: Quick tunnels to localhost with one command and no binary download

#20
post #18

Looks great, but you should add an explanation about how it works. I’m hesitant to just run some command.

Good point. It opens a SSH tunnel from Pinggy server to your localhost, such that the pinggy server can connect to only the port of your localhost that you specify in the command. The ssh port forwarding command is a standard one and your ssh client ensures that the access is restricted to the port you are specifically exposing. In other words, you are trusting your own system and your ssh client installation for sec…

What are the implications of SSHing into some random server? Could you also add some instructions on the kind of precautions one should take before ssh into pinggy
Post reply on HN