Getting Started
Before you begin
Make sure you have an SSH client installed on your system and an active subscription.
Quick Start Guide
- Sign up for an account at sshez.com
- Choose a subscription plan that fits your needs
- Create a new forwarding rule in your dashboard
- Configure your SSH client using the provided credentials
- Connect to your destination through our forwarding service
Basic Configuration
# Example SSH config Host example-forward HostName proxy.sshez.com User your-username Port 22 ProxyCommand ssh -W %h:%p gateway.sshez.com
Connection Test
Test your connection using the following command:
ssh -v example-forward