Secure SSH/SCP tool with Tailscale failover, P2P transport, and MCP server
Project description
vssh
Distributed SSH transport and file transfer daemon with zero external dependencies.
Part of MeshPOP — Layer 2 (Transport)
- Zero external dependencies — pure Python stdlib
- 50+ MB/s file transfer across WireGuard mesh
- MCP server for AI agent integration
Install
pip install vssh
Usage
# Execute remote command
vssh exec relay1 "uptime"
# Transfer file at 50+ MB/s
vssh put relay1 ./deploy.tar.gz /opt/deploy.tar.gz
# Check connection status
vssh status
MCP Setup
{
"mcpServers": {
"vssh": { "command": "vssh-mcp" }
}
}
Gives AI agents: vssh_exec, vssh_put, vssh_get, vssh_status, vssh_keys, vssh_speed_test
Links
- Main project: github.com/meshpop/mpop
- Website: mpop.dev
- PyPI: pypi.org/project/vssh
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
vssh-3.3.4.tar.gz
(46.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
vssh-3.3.4-py3-none-any.whl
(49.2 kB
view details)
File details
Details for the file vssh-3.3.4.tar.gz.
File metadata
- Download URL: vssh-3.3.4.tar.gz
- Upload date:
- Size: 46.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7ac531f9052ebfbde373244330ec6ec391111ceb9cdaa3ed5741139b90086c74
|
|
| MD5 |
99c8a73eb0ba8af22434fe5156ba6f06
|
|
| BLAKE2b-256 |
cac11cb180728be78d01dfad72470e2ae35d8859ae9c28afb677b82ac3089050
|
File details
Details for the file vssh-3.3.4-py3-none-any.whl.
File metadata
- Download URL: vssh-3.3.4-py3-none-any.whl
- Upload date:
- Size: 49.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8a6bd647022b63d025451640646132f2e0aee755a98734b262958fc96d8aa0a9
|
|
| MD5 |
b2b2d5291ea5e32d21e55524bacd70a8
|
|
| BLAKE2b-256 |
2d792fec3346f666a8bf8e50a8d64c53ca6efff4a238c2cf95670a34eec08092
|