FG
💻 Software

How to make remote connection (ssh tunnel) with putty/ssh?

Fresh5 days ago
Mar 15, 202617476 views
Confidence Score0%
0%

Problem

I am trying to make a tunnel between a server and laptop with Putty. The problem is, since the laptop has no public IP address, I have to make a reverse connection. But I really don't know how to do that. Let me demonstrate what I want: SERVER(PORT:6000) ----------> LAPTOP(PORT:7000) but since the …

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: How to make remote connection (ssh tunnel) with putty/ssh?

Low Risk

Depends on which setup you want: SETUP 1) server is listening (LAN destination could also be localhost:port to connect laptop itself) PUTTY SETUP: right click on putty window title, choose Change settings / Tunnels and fill in: SSH: ssh -R 6000:host…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment