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.6.tar.gz
(48.7 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.6-py3-none-any.whl
(50.9 kB
view details)
File details
Details for the file vssh-3.3.6.tar.gz.
File metadata
- Download URL: vssh-3.3.6.tar.gz
- Upload date:
- Size: 48.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
adafd173853b7897eab4445aee360ecdedad4cd0db58c5fac3b841c9cb07df80
|
|
| MD5 |
8e192bc17459268fb96446134d2ccf04
|
|
| BLAKE2b-256 |
fb9939dc87b44966a6718983cf52d81d38e75e45d6c849eeb96ddfe5b343a031
|
File details
Details for the file vssh-3.3.6-py3-none-any.whl.
File metadata
- Download URL: vssh-3.3.6-py3-none-any.whl
- Upload date:
- Size: 50.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cce956a2f27517775f5e6fecaeb2fc03d65fb9daa03a275b0b3f22ca6aaa4c17
|
|
| MD5 |
01b1e99bb856de21dcf9931eb642176e
|
|
| BLAKE2b-256 |
64f8ebddb650f7f5e6b307a74316be44e29162d725f549f47575169ca500ef41
|