[PR #343] [MERGED] Consol tunnel fix #509

Closed
opened 2026-02-27 15:58:59 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/retspen/webvirtcloud/pull/343
Author: @catborise
Created: 7/14/2020
Status: Merged
Merged: 7/14/2020
Merged by: @retspen

Base: masterHead: consol_tunnel_fix


📝 Commits (2)

  • b6cb81c tunnel.py fix socket creation problem
  • 0b86e34 replace tunnel.py with sshtunnel.py some small fixes

📊 Changes

5 files changed (+14266 additions, -168 deletions)

View changed files

📝 console/novncd (+13 -22)
console/sshtunnels.py (+209 -0)
📝 console/templates/console-spice-lite.html (+1 -1)
console/tunnel.py (+0 -145)
static/js/novnc/vendor/sinon.js (+14043 -0)

📄 Description

ssh tunneling not working after migrating python3.
it is fixed.
update tunnel with threading.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/retspen/webvirtcloud/pull/343 **Author:** [@catborise](https://github.com/catborise) **Created:** 7/14/2020 **Status:** ✅ Merged **Merged:** 7/14/2020 **Merged by:** [@retspen](https://github.com/retspen) **Base:** `master` ← **Head:** `consol_tunnel_fix` --- ### 📝 Commits (2) - [`b6cb81c`](https://github.com/retspen/webvirtcloud/commit/b6cb81c3bca68bf6efc415be9d9a38801ef254d7) tunnel.py fix socket creation problem - [`0b86e34`](https://github.com/retspen/webvirtcloud/commit/0b86e342031065ee72eee064a8a2b1f9d310b898) replace tunnel.py with sshtunnel.py some small fixes ### 📊 Changes **5 files changed** (+14266 additions, -168 deletions) <details> <summary>View changed files</summary> 📝 `console/novncd` (+13 -22) ➕ `console/sshtunnels.py` (+209 -0) 📝 `console/templates/console-spice-lite.html` (+1 -1) ➖ `console/tunnel.py` (+0 -145) ➕ `static/js/novnc/vendor/sinon.js` (+14043 -0) </details> ### 📄 Description ssh tunneling not working after migrating python3. it is fixed. update tunnel with threading. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 15:58:59 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/webvirtcloud#509
No description provided.