[Bug 1552] Patch to log tunnel information

bugzilla-daemon at bugzilla.mindrot.org bugzilla-daemon at bugzilla.mindrot.org
Tue Nov 10 13:28:35 EST 2009


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

Damien Miller <djm at mindrot.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |djm at mindrot.org

--- Comment #2 from Damien Miller <djm at mindrot.org> 2009-11-10 13:28:34 EST ---
logging all port forwards would be noisy even for verbose. I think a
better way to do this would be to:

1) make AllowTcpForwarding a tri-state, with value 2 meaning "allow,
but log". Server admins could turn it on for verbose logging for
forwarding activity

2) Add a verbose() call to channel_connect_to(). This will catch both
ssh1 and ssh2 cases. 

3) We would also need to explicitly log requests of -R port forwardings
and tunnel forwards for consistency.

-- 
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- 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