Results 1 to 1 of 1
Hi
syslog-ng have confused me and I couldnot get any information from the web. I think it is your turn now.
I want to setup a ssh logging.
I tried ...
- 01-01-2008 #1Just Joined!
- Join Date
- May 2005
- Posts
- 13
syslog-ng
Hi
syslog-ng have confused me and I couldnot get any information from the web. I think it is your turn now.
I want to setup a ssh logging.
I tried editing syslog-ng/syslog-ng.conf
at the botton of the page I wrote as follows:
#Testing SSH
destination sshd {file ("/var/log/ssh"); };
log {source(src); filter(f_sshd); destination(sshd); };
I don't know what's wrong can someone help me. I am just new
How can I set it up.


Reply With Quote