On Mon, 2005-05-16 at 18:45 +0300, Kaj Mdkinen wrote: > I connect to my firewall with putty. How can I get rid of messages like > these from > appearing in my ssh terminal session?
check your /etc/syslog.conf to see if errors, etc are being sent to specific users. by default, *.errors, *.notice, auth.debug, and *.alert are sent to root and *.emerg syslog entries are sent to everyone. ryanc