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.1.tar.gz
(51.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.1-py3-none-any.whl
(56.4 kB
view details)
File details
Details for the file vssh-3.3.1.tar.gz.
File metadata
- Download URL: vssh-3.3.1.tar.gz
- Upload date:
- Size: 51.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 |
a11d6b736e317bc2abbe2ee7fbef06cb01a55bfa90e897a726a608468d9553f1
|
|
| MD5 |
de6ec0a193062d4b15a38b690c8d318b
|
|
| BLAKE2b-256 |
9bc4897607ff584fa99a5934f660434ef6682dfc0101d7aee23f3441b8a213de
|
File details
Details for the file vssh-3.3.1-py3-none-any.whl.
File metadata
- Download URL: vssh-3.3.1-py3-none-any.whl
- Upload date:
- Size: 56.4 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 |
47ca3ad3a3327e13037309db49056f7fb81cfb1ad08da920b08d035c1ea280af
|
|
| MD5 |
8b6a9a01a62f0b8149a83b0e0dd3d1ae
|
|
| BLAKE2b-256 |
d36f2e5ffa759f779d03d86044801df420b385b874459eaf9d6de58795a119ba
|