Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Yes, and I'd like to use more than one simultaneously.


Hi! Sorry to post here, but I couldn't find any way to contact you. You wrote here https://news.ycombinator.com/item?id=30301639 that you set up et and cloudflare tunnel. Can you tell me how? It doesn't work for me, et doesn't see an open port on the server.


Well I didn't mention Cloudflare Tunnel but to answer your question per https://old.reddit.com/r/selfhosted/comments/1128ce9/cloudfl...

1. Eternal Terminal does not support ssh_config ProxyCommand, so both tunnels must be TCP.

2. Cloudflare Tunnel TCP proxies through cloudflared running locally on the client. https://developers.cloudflare.com/cloudflare-one/application...

  #~/.ssh/config
  Host et.example.com
    Hostname 127.0.0.1
    Port 10022

  cloudflared access tcp --hostname ssh.example.com --url localhost:10022 &
  cloudflared access tcp --hostname et.example.com --url localhost:12022 &
  et et.example.com:12022
The following command must be run once to authenticate:

  cloudflared tunnel login


Thank you! I already gave up and just ssh to the server, but thanks for your comment. At least I figured out how the forwarding works.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: