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

Darren Tucker <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

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

This step in unnecessary.

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

You want this instead:
$ ssh -L 5900:127.0.0.1:5900 user@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@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.
_______________________________________________
openssh-bugs mailing list
[email protected]
https://lists.mindrot.org/mailman/listinfo/openssh-bugs

Reply via email to