Operating System - HP-UX
1837176 Members
2858 Online
110113 Solutions
New Discussion

sshd not logging to sshdlog

 
SOLVED
Go to solution
Kristopher March
Regular Advisor

sshd not logging to sshdlog

On our HP-UX 11.00 machine we have the latest version of ssh installed. We are also using tcp wrappers.
the sshdlog under /var/adm/syslog does not receive any log entries.
I've checked the following files for errors and everthing looks correct:
/etc/syslog.conf
/etc/ssh2/sshd2_config

I provided a copies of the entries that I'm using. Anyone have an idea?
"This ain't no burger flippin job!"
3 REPLIES 3
Clemens van Everdingen
Honored Contributor

Re: sshd not logging to sshdlog

Hi,

See this thread for configuring syslog.conf.

http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xe8d328e43106d6118ff40090279cd0f9,00.html

C.
The computer is a great invention, there are as many mistakes as ever, but they are nobody's fault !
Sridhar Bhaskarla
Honored Contributor
Solution

Re: sshd not logging to sshdlog

Hi Kristopher,

Take the comment out on Quiet mode and make it no. Restart sshd. sshd will not log anything in quiet mode.

QuietMode no


-Sri
You may be disappointed if you fail, but you are doomed if you don't try
Kristopher March
Regular Advisor

Re: sshd not logging to sshdlog

Sri,

Thanks, that worked out perfectly.
"This ain't no burger flippin job!"