
Descripción
# SimpleSSHTunnel
## Documentation
https://github.com/MZSH-UEPlugins/UEPluginDocs/blob/main/SimpleSSHTunnel/README.md
---
## Overview
SimpleSSHTunnel is a lightweight Unreal Engine plugin that enables SSH tunnel creation and port forwarding using Blueprint or C++. Ideal for remote communication and secure networking.
---
## Key Features
- SSH Connection Management: Create and manage SSH connections
- Port Forwarding: Local → Remote and Remote → Local forwarding
- Encrypted Transmission: Data encrypted using OpenSSL
- Blueprint Accessible: All features available via Blueprint nodes
---
## Use Cases
- Secure database access: Connect to remote databases through SSH tunnel
- Remote service access: Access internal services from packaged builds
- Development tunneling: Test production services in development environment

