From HP-UX 11.31 Security Technical Implementation Guide
Part of GEN003845
Associated with IA controls: ECSC-1
Associated with: CCI-000305
The rexecd process provides a typically unencrypted, host-authenticated remote access service. SSH should be used in place of this service.
Determine if the rexecd service is installed. # cat /etc/inetd.conf | sed -e 's/^[ \t]*//' | tr '\011' ' ' | tr -s ' ' |grep -v "^#" | cut -f 6,7 -d " " | grep -c -i rexecd If rexecd is found to be installed, this is a finding.
Edit /etc/inetd.conf and comment out the rexecd service:
# vi /etc/inetd.conf
Restart the inetd service via the following command:
# inetd -c
Disable the binary:
chmod 000 /usr/lbin/rexecd
Additionally, the binary name may also be changed:
mv /usr/lbin/rexecd /usr/lbin/
Lavender hyperlinks in small type off to the right (of CSS
class id
, if you view the page source) point to
globally unique URIs for each document and item. Copy the
link location and paste anywhere you need to talk
unambiguously about these things.
You can obtain data about documents and items in other
formats. Simply provide an HTTP header Accept:
text/turtle
or
Accept: application/rdf+xml
.
Powered by sagemincer