https://bugzilla.mindrot.org/show_bug.cgi?id=1552
Damien Miller <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Damien Miller <[email protected]> 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. _______________________________________________ openssh-bugs mailing list [email protected] https://lists.mindrot.org/mailman/listinfo/openssh-bugs
