
bugzilla-daemon at bugzilla
Nov 9, 2009, 6:28 PM
Post #1 of 1
(314 views)
Permalink
|
|
[Bug 1552] Patch to log tunnel information
|
|
https://bugzilla.mindrot.org/show_bug.cgi?id=1552 Damien Miller <djm [at] mindrot> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |djm [at] mindrot --- Comment #2 from Damien Miller <djm [at] mindrot> 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 openssh-bugs [at] mindrot https://lists.mindrot.org/mailman/listinfo/openssh-bugs
|