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 v1 "uptime"
# Transfer file at 50+ MB/s
vssh put v1 ./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.0.tar.gz
(51.5 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.0-py3-none-any.whl
(55.9 kB
view details)
File details
Details for the file vssh-3.3.0.tar.gz.
File metadata
- Download URL: vssh-3.3.0.tar.gz
- Upload date:
- Size: 51.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6a1187b54f6f54744ae613d1ba4b13b6c639034bea283de7d50032a7f61037c5
|
|
| MD5 |
1cd3a22028c1854bdaff26d8963fe818
|
|
| BLAKE2b-256 |
5bc0ef3f96e5901916315d465c1bdf5635ce8ebc15b64ce914ccee0425743fb7
|
File details
Details for the file vssh-3.3.0-py3-none-any.whl.
File metadata
- Download URL: vssh-3.3.0-py3-none-any.whl
- Upload date:
- Size: 55.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d5fe9bf6006635dbfc6087085c44a83f884e5c3d8222d2e583078c817d9465c9
|
|
| MD5 |
fdfc6da5f1f1ee0fe98d749130105480
|
|
| BLAKE2b-256 |
32a3989de73f735a53f6eae51951305646b78b6f337d40e32561dc37f9b226d2
|