tunnel-manager 1.0.1__py3-none-any.whl → 1.0.2__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of tunnel-manager might be problematic. Click here for more details.
- {tunnel_manager-1.0.1.dist-info → tunnel_manager-1.0.2.dist-info}/METADATA +2 -2
- {tunnel_manager-1.0.1.dist-info → tunnel_manager-1.0.2.dist-info}/RECORD +6 -6
- {tunnel_manager-1.0.1.dist-info → tunnel_manager-1.0.2.dist-info}/WHEEL +0 -0
- {tunnel_manager-1.0.1.dist-info → tunnel_manager-1.0.2.dist-info}/entry_points.txt +0 -0
- {tunnel_manager-1.0.1.dist-info → tunnel_manager-1.0.2.dist-info}/licenses/LICENSE +0 -0
- {tunnel_manager-1.0.1.dist-info → tunnel_manager-1.0.2.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: tunnel-manager
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.2
|
|
4
4
|
Summary: Create SSH Tunnels to your remote hosts and host as an MCP Server for Agentic AI!
|
|
5
5
|
Author-email: Audel Rouhi <knucklessg1@gmail.com>
|
|
6
6
|
License: MIT
|
|
@@ -38,7 +38,7 @@ Dynamic: license-file
|
|
|
38
38
|

|
|
39
39
|

|
|
40
40
|
|
|
41
|
-
*Version: 1.0.
|
|
41
|
+
*Version: 1.0.2*
|
|
42
42
|
|
|
43
43
|
This project provides a Python-based `Tunnel` class for secure SSH connections and file transfers, integrated with a FastMCP server (`tunnel_manager_mcp.py`) to expose these capabilities as tools for AI-driven workflows. The implementation supports both standard SSH (e.g., for local networks) and Teleport's secure access platform, leveraging the `paramiko` library for SSH operations.
|
|
44
44
|
|
|
@@ -3,9 +3,9 @@ tunnel_manager/__init__.py,sha256=cqAitAkoCcEkaCQcP7Y8tngiUK7pU6SIMlmpABShh9g,80
|
|
|
3
3
|
tunnel_manager/__main__.py,sha256=Z1uxNLjwIjJpvu97bXrvsawnghJScA52E2wtAgg5MLo,152
|
|
4
4
|
tunnel_manager/tunnel_manager.py,sha256=DZn2Zs0OPxB_2wWqkro--UbFLdoe8kivaeLvKZKWANM,39384
|
|
5
5
|
tunnel_manager/tunnel_manager_mcp.py,sha256=_TVDIH7fZpNsADbCKpMU8uzTUU41l9YqKNuK6dvaxl4,76157
|
|
6
|
-
tunnel_manager-1.0.
|
|
7
|
-
tunnel_manager-1.0.
|
|
8
|
-
tunnel_manager-1.0.
|
|
9
|
-
tunnel_manager-1.0.
|
|
10
|
-
tunnel_manager-1.0.
|
|
11
|
-
tunnel_manager-1.0.
|
|
6
|
+
tunnel_manager-1.0.2.dist-info/licenses/LICENSE,sha256=Z1xmcrPHBnGCETO_LLQJUeaSNBSnuptcDVTt4kaPUOE,1060
|
|
7
|
+
tunnel_manager-1.0.2.dist-info/METADATA,sha256=Hp8CjayI7vO-p-6jE3lJh0FRyECqgeCgon601xFpW0c,20683
|
|
8
|
+
tunnel_manager-1.0.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
9
|
+
tunnel_manager-1.0.2.dist-info/entry_points.txt,sha256=hYtm4jvOAew8CbeqqUBH2nXY51mSQwhF4GhU0yclV6c,154
|
|
10
|
+
tunnel_manager-1.0.2.dist-info/top_level.txt,sha256=W4J-lyPPNeOS696f0LneZsP2MVERR8HE9UHbAFQ550A,21
|
|
11
|
+
tunnel_manager-1.0.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|