[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 00:36:27 AEST 2021
https://bugzilla.mindrot.org/show_bug.cgi?id=3333
--- Comment #1 from PavanKumar K Arakere <pshimoga at gmail.com> ---
Setup:
VNCServer<-->OpenSSH_Server(RPF) <===> openSSH_Client(LPF)<-->VNCClient
------------------------------------------------------------------------
Individual App details:
1. VNCServer on LinuxSystem: configured to run at 127.0.0.1 at port
5900
2. OpenSSH as Server on LinuxSystem:
ssh -R 6900:127.0.0.1:5900 user at 127.0.0.1
3. OpenSSH as Client on Windows:
ssh -L 5900:127.0.0.1:6900 user at LinuxSystemIP
4. VNCClient on Windows: VNCClient.exe 127.0.0.1:5900
configured to connect to 127.0.0.1 on port 5900
--
You are receiving this mail because:
You are watching the assignee of the bug.
More information about the openssh-bugs
mailing list