SSH Tunnel Guide
- This is a simple guide to configure an SSH tunnel to a ClarkConnect server's webconfig pages using Putty.
Add a connection:
- Host Name (or IP)
- Port
- Saved Sessions (enter the name for this connection)
- Click the Tunnels category
Now add the tunnel:
- Source port = 81
- Destination = localhost:81
- Click Add
Save the new session:
- Click Session
- Click Save
After saving the session above, highlight it and select Open. Login to the server and minimize the SSH window. Open your browser, enter https://localhost:81 and then login to the webconfig as root. NOTE: extended inactivity in the browser will eventually close the SSH session.