SSH Reverse Tunnel Agent
Overview
SSH reverse tunneling (ssh -R
) is an alternative mechanism deliver services
via ngrok without running an ngrok agent or Agent
SDK.
The SSH reverse tunnel agent should not be confused with creating remote access to an SSH server via ngrok. If you want to use ngrok to create access to your own SSH server for remote access, please refer to the using ngrok with ssh documentation.
You should only ngrok via SSH if you really can't use an Agent or Agent SDK. The SSH reverse tunnel agent has many functional limitations compared to the ngrok agent.