Port Forwarding
Port forwarding
Port forwarding creates a local tunnel to a remote port through the selected SSH connection.
Start a tunnel
- Select a connection on the main screen.
- Press
pto open the port forwarding dialog. - 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.