I’m trying to set up a Teleport environment (OSS), where I can connect to a proxy server that is hosted on DigitalOcean (in my case) and through that access nodes that are located at home (behind a firewall), without having to open ports in my firewall. Having it act sort of like a VPN and/or jumphost/bastion host when I’m not physically located at home.
I’ve read through the documentation twice, but I’m still not sure on how to properly connect my local proxy server (at home) with my remote proxy server (at DigitalOcean).
- Do I first create a cluster on DigitalOcean, and then join my proxy and nodes to that cluster?
- Can I run the auth server at home, and have my DigitalOcean proxy use it for auth?
- Can I access web resources through Teleport at all, or do I need to manually configure a HTTPS reverse proxy?
- Any other ideas and tips on how to create this kind of setup?