You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’m working on a Django backend and looking to implement a tunneling mechanism that would allow the frontend to initiate interactive SSH/RDP sessions. The goal is for end-users to access their Linux/Windows VMs directly from my application.
Is it possible to create such a tunnel object within Django that facilitates WebSocket calls for this purpose? If so, could this be achieved using this module, or is there another recommended approach?
The text was updated successfully, but these errors were encountered:
I haven't tried an implementation using Django, but in general, pygaucamole implements a Client lib which can be used in any server. You can find here an example project using a Flask/gevent websocket server.
Hello,
I’m working on a Django backend and looking to implement a tunneling mechanism that would allow the frontend to initiate interactive SSH/RDP sessions. The goal is for end-users to access their Linux/Windows VMs directly from my application.
Is it possible to create such a tunnel object within Django that facilitates WebSocket calls for this purpose? If so, could this be achieved using this module, or is there another recommended approach?
The text was updated successfully, but these errors were encountered: