2

I want to create a micro-VPN like environment where users can run and manage HPC applications from strictly python. The servers running the commands on the HPC systems should only ever talk to the user's host python script, and should be firewalled from communicating with anything else. Basically like a python level TailScale.

My original idea was to use Wireguard + pyroute2, but that requires a kernel level install which might not always be possible from the user's host machine. Is there any solution to this that is near pure python (or python + pip install) that runs only in users space?

0 Answers0