mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-26 08:05:54 +03:00
[GH-ISSUE #418] Feature Request: VNC tunneling through SSH #313
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 @kot1grun on GitHub (Sep 5, 2014).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/418
Hello to everyone.
Is it possible to implement noVNC tunneling through SSH?
Before noVNC connection is established local port is forwarded to remote machine like this:
ssh -L 15900:127.0.0.1:5900 remote.host.netThen noVNC simply connects to localhost:15900 where WebVirtMgr is installed.
It will be great as we get several advantages:
Extremly useful when you have several dedicated servers on different data-centers and don't want to build distributed networks using VPN/MPLS/Else.
@kot1grun commented on GitHub (Sep 8, 2014):
Several futher thoughts.
The best way to reach a goal is to use paramiko before launching noVNC.
Something like this: