mirror of
https://github.com/luthermonson/go-proxmox.git
synced 2026-04-26 17:35:48 +03:00
[GH-ISSUE #8] [test] Get termproxy/vnc websocket Running #5
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/go-proxmox#5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @luthermonson on GitHub (Aug 6, 2021).
Original GitHub issue: https://github.com/luthermonson/go-proxmox/issues/8
proxmox offers a tunnel into everything via a termproxy end point and a websocket. the UI seems to make a call to termproxy, grab a ticket and then issue a websocket call to tunnel in. we should figure out how to get the socket started and tunnel into the node, vms and containers so we can tunnel in and run shell commands against them.