Getting Started

Quick Start Guide

  1. Sign up for an account at sshez.com
  2. Choose a subscription plan that fits your needs
  3. Create a new forwarding rule in your dashboard
  4. Configure your SSH client using the provided credentials
  5. 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