Port Forwarding

Port forwarding

Port forwarding creates a local tunnel to a remote port through the selected SSH connection.

Start a tunnel

  1. Select a connection on the main screen.
  2. Press p to open the port forwarding dialog.
  3. Enter the Local Port and Remote Port, then submit.

Go-SSH launches:

sshpass -e ssh <username>@<host> -p <port> -L <localPort>:<host>:<remotePort>

Lifecycle

  • The tunnel remains active as long as the SSH session is open.
  • Closing the terminal stops the port forwarding session.