[Bug 3333] Both Local Port forwarding and Remote port forwarding at openSSH working is not a right case, if SSH Client is on Remote port forwarding

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Thu Jul 29 11:47:33 AEST 2021


https://bugzilla.mindrot.org/show_bug.cgi?id=3333

Darren Tucker <dtucker at dtucker.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dtucker at dtucker.net

--- Comment #3 from Darren Tucker <dtucker at dtucker.net> ---
(In reply to PavanKumar K Arakere from comment #1)
> 2. OpenSSH as Server on LinuxSystem: 
> ssh -R 6900:127.0.0.1:5900 user at 127.0.0.1

This step in unnecessary.

> 3. OpenSSH as Client on Windows: 
> ssh -L 5900:127.0.0.1:6900 user at LinuxSystemIP

You want this instead:
$ ssh -L 5900:127.0.0.1:5900 user at LinuxSystemIP

Note that some vncviewer implmentations have ssh port forwarding
integrated with the "-via" flag.  If you have one of those you can
replace steps 2-4 with:

$ vncviewer -via user at LinuxSystemIP 127.0.0.1

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.


More information about the openssh-bugs mailing list