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.9.tar.gz
(49.4 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.9-py3-none-any.whl
(51.7 kB
view details)
File details
Details for the file vssh-3.3.9.tar.gz.
File metadata
- Download URL: vssh-3.3.9.tar.gz
- Upload date:
- Size: 49.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a1370ce9c15fc947227b3741889858ef6078b3de6ec92214c57b16453af29f89
|
|
| MD5 |
de2c5e898933ac1d18bc626740494f92
|
|
| BLAKE2b-256 |
c00813ed6fbfe401d4db76a1279ea05d55eb54dc22ad603393d29a8bc278c843
|
File details
Details for the file vssh-3.3.9-py3-none-any.whl.
File metadata
- Download URL: vssh-3.3.9-py3-none-any.whl
- Upload date:
- Size: 51.7 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 |
fcc3348d24001819156c143547147f6c090afb4f3b5914003e674924c974f63f
|
|
| MD5 |
9328745d07e0e6b60d19cdaf2f1afdc4
|
|
| BLAKE2b-256 |
1057c8cafec315fec955d3f100bb1d5e6855ec5ceabfef25cd728b8bfbd2784b
|