Displaying 2 results from an estimated 2 matches for "leufv".
2005 Nov 21
0
"User child pid" logging
Hi!
It would be easier to trace a connection in the logs if sshd reported
the change of pid with LogLevel set to verbose instead of debug2. Is
it possible to have it changed?
Regards
Claes Leufv?n
Here is a patch for it:
--- sshd.c_orig 2005-11-21 10:51:08.000000000 +0100
+++ sshd.c 2005-11-21 10:51:11.000000000 +0100
@@ -652,7 +652,7 @@
if (pmonitor->m_pid == -1)
fatal("fork of unprivileged child failed");
else if (pmonitor->m_pid != 0) {
- debug2("User chil...
2005 Dec 08
0
"User child is on pid"-logging
...id"-message from debug2 to
verbose. It would make it easier to trace a connection in the logs
when privilege separation is used and sshd uses the user child pid to
report that the connection is closing . Is it possible to change this
or would it violate the privacy of the users?
Regards
Claes Leufv?n
Here is a patch for the latest(20051208) snapshot of OpenSSH portable:
--- sshd.c-orig 2005-12-08 14:35:03.000000000 +0100
+++ sshd.c 2005-12-08 14:35:11.000000000 +0100
@@ -651,7 +651,7 @@
if (pmonitor->m_pid == -1)
fatal("fork of unprivileged child failed&...