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

Damien Miller <[email protected]> changed:

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

--- Comment #2 from Damien Miller <[email protected]> ---
If I'm understanding your report correctly then this is working as
intended:

> 1B. Command: $SSH -R 6900:127.0.0.1:5900 [email protected]

This asks ssh/sshd to forward remote port 6900 to 127.0.0.1:5900 at the
local side.

> 1B. Command: $SSH -L 6900:127.0.0.1:5900 [email protected]

This asks ssh/sshd to forward local port 6900 to 127.0.0.1:5900 at the
remote side.

Since the "remote side" in both these examples is localhost, there is
no effective difference between these commands, and they could be used
interchangeably.

-- 
You are receiving this mail because:
You are watching someone on the CC list of the bug.
You are watching the assignee of the bug.
_______________________________________________
openssh-bugs mailing list
[email protected]
https://lists.mindrot.org/mailman/listinfo/openssh-bugs

Reply via email to