I'll try to use this for SSH. What's the best way to embed an SSH session inside of HTTP requests?
VPN service for hosting public-facing services on non-hosting ISP circuits
11–20 of 48 posts
Re: VPN service for hosting public-facing services on non-hosting ISP circuits
#12This might actually be the future of running net-accessible stuff on your own devices, if the NAT-imposed unreachability continues to cement itself as the default expectation for people. Great that they have a free tier. Though I think you can do this same thing with many existing tunnel providers too, no?
I sure hope not, demand ipv6.
Re: VPN service for hosting public-facing services on non-hosting ISP circuits
#13A comparative point is using Cloudflare and Argo tunnel which I'm currently using.
Re: VPN service for hosting public-facing services on non-hosting ISP circuits
#14I'll try to use this for SSH. What's the best way to embed an SSH session inside of HTTP requests?
Re: VPN service for hosting public-facing services on non-hosting ISP circuits
#15I'll try to use this for SSH. What's the best way to embed an SSH session inside of HTTP requests?
Re: VPN service for hosting public-facing services on non-hosting ISP circuits
#16The website looks good. Obviously early days since pricing is missing. Probably sorting out value proposition, how much they can get away with charging, etc. A comparative point is using Cloudflare and Argo tunnel which I'm currently using.
Re: VPN service for hosting public-facing services on non-hosting ISP circuits
#17If ssh is blocked by your IT admin, this will not work. In that sense this isn't doing any holepunching. In a more traditional definition of holepunching it meant to establish connection between two machines behind NAT stateful firewall and neither have static public IP addresses.
Also, looking at the code, there seems to not much emphasis on security w.r.t ssh host key verification or bootstrapping the chain of trust with pre-verified credentials etc. Weird choices for a project with cypherpunk in it's name.
Re: VPN service for hosting public-facing services on non-hosting ISP circuits
#18I'll try to use this for SSH. What's the best way to embed an SSH session inside of HTTP requests?
Re: VPN service for hosting public-facing services on non-hosting ISP circuits
#19Re: VPN service for hosting public-facing services on non-hosting ISP circuits
#20How does this compare with ngrok?