sshd attempting to connect out
Posted: Mon Mar 01, 2004 3:54 pm
I'm using grsecurity 1.9.14 with the 2.4.25 kernel, and I'm having a problem with my ACL settings for sshd. sshd is attempting to open a socket every night at about 4:00 AM, which it seems is about the same time cron executes /etc/cron.daily, although I can't see anything in there that would be causing it. I have the following in the ACL for sshd:
The log messages are as follows:
Has anyone seen this before? If not, is there any way I can track this down?
- Code: Select all
connect {
0.0.0.0/0:53 dgram ip udp
0.0.0.0/0:53 stream ip tcp
0.0.0.0/0:113 dgram ip udp
}
bind {
0.0.0.0/0:22 stream ip tcp
}
The log messages are as follows:
- Code: Select all
Mar 2 04:02:18 sr71 kernel: grsec: attempted socket(2,2,0) by (sshd:7077) UID(0) EUID(0), parent (sh:13518) UID(0) EUID(0)
Mar 2 04:02:18 sr71 last message repeated 2 times
Has anyone seen this before? If not, is there any way I can track this down?