| Summary: | Pb with syslog | ||
|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | eric.savidan |
| Component: | sshd | Assignee: | Assigned to nobody <unassigned-bugs> |
| Status: | CLOSED INVALID | ||
| Severity: | major | CC: | dtucker |
| Priority: | P1 | ||
| Version: | 5.2p1 | ||
| Hardware: | SPARC | ||
| OS: | Solaris | ||
|
Description
eric.savidan
2009-04-01 01:41:33 AEDT
3.7x is many years old and since it seems to be a modified binary we have no way of knowing what's in it. I suggest you seek help from whoever provided you the binary. The only thing I can guess is that you're modifying a sshd_config file other than the one sshd is looking at (but again, since it's binary of unknown provenance I don't know what it's doing). Can you reproduce the problem with a version compiled from the source at http://www.openssh.com? Hello, in fact, on my server, there are 2 openssh servers : - openssh 3.7 installed natively by Solaris OS - openssh 5.2p1 that I compiled and installed separately I use openssh.server script to stop and start my openssh 5.2p1 server. And I've just realized that the "-e" option was set. So no log via syslog... Sorry. So, I think, there is no bug with openssh. Just a question : I get connection logs but there is no log concerning transfers of data (get, put, ...). Is it normal ? Regards. (In reply to comment #2) > Just a question : I get connection logs but there is no log concerning > transfers of data (get, put, ...). Is it normal ? sftp logging is relatively new (it's not in 3.7, it is in 5.2) and is not on by default. See the sftp-server(8) man page. Thanks for your help :-) Regards. Mass move of RESOLVED bugs to CLOSED now that 5.3 is out. |