mirror of
https://github.com/jetkvm/kvm.git
synced 2026-03-02 22:58:00 -05:00
SSH Tunneling Partially Works? #520
Labels
No labels
component/keyboard-layout
component: cloud
component: device screen
component: extensions
component: hid/keyboard
component: hid/mouse
component: network
component: timesync
component: ui
component: updater
component: usb
component: usb/hid
component: usb/storage
component: video
component: webrtc
component: webserver
need-more-details
status: working-in-progress
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/kvm#520
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 @DerMonozukurist on GitHub (Jan 29, 2026).
When ssh tunneling, I can only see the following:
However, when accessing it directly from my home lan, all works fine. Any pointers what I might be doing wrong?
@goldstar611 commented on GitHub (Feb 1, 2026):
In Chrome web browser, open Dev Tools sidebar and see what requests are failing in the network tab.
@DerMonozukurist commented on GitHub (Feb 2, 2026):
Tried that, but I'm not seeing failed connections under "Network" tab. There are some errors in the console tab mentioning some sort of rpc channels being closed. Perhaps network request to it is not recorded in the network tab. Here's some screenshot for reference:
@DonOregano commented on GitHub (Feb 2, 2026):
I tried ssh tunneling too, and got pretty much the same result as you got. I assumed it had to do with WebRTC not being tunnelled, and probably not possible to tunnel. I am hoping for native WireGuard support instead, see #66