Mitoxide SSH
SSH transport layer for Mitoxide - providing secure remote connections with connection pooling and jump host support.
Features
- Multiple SSH backend support (libssh2, OpenSSH)
- Connection pooling and reuse
- Jump host and bastion support
- Automatic reconnection and recovery
- Efficient connection management
Usage
This crate is primarily used internally by Mitoxide, but can be used standalone for SSH operations.
use ;
async
Features
ssh2(default) - Use libssh2 for SSH transportopenssh- Use OpenSSH client for transport
Documentation
License
This project is licensed under the MIT License.